pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/login/login",
  6. "style": {}
  7. },{
  8. "path": "pages/login/mimi",
  9. "style": {}
  10. }, {
  11. "path": "pages/login/xieyi",
  12. "style": {}
  13. }, {
  14. "path": "pages/login/register",
  15. "style": {}
  16. },
  17. {
  18. "path": "pages/login/resetpassword",
  19. "style": {}
  20. },{
  21. "path": "pages/login/settled",
  22. "style": {}
  23. }, {
  24. "path": "pages/login/loginOauth2",
  25. "style": {}
  26. },
  27. {
  28. "path": "pages/index/index",
  29. "style": {}
  30. },
  31. {
  32. "path": "pages/basics/layout",
  33. "style": {}
  34. },
  35. {
  36. "path": "pages/basics/background",
  37. "style": {}
  38. },
  39. {
  40. "path": "pages/basics/text",
  41. "style": {}
  42. },
  43. {
  44. "path": "pages/basics/icon",
  45. "style": {}
  46. },
  47. {
  48. "path": "pages/basics/button",
  49. "style": {}
  50. },
  51. {
  52. "path": "pages/basics/design",
  53. "style": {}
  54. },
  55. {
  56. "path": "pages/basics/tag",
  57. "style": {}
  58. },
  59. {
  60. "path": "pages/basics/avatar",
  61. "style": {}
  62. },
  63. {
  64. "path": "pages/basics/progress",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/basics/shadow",
  69. "style": {}
  70. },
  71. {
  72. "path": "pages/basics/loading",
  73. "style": {}
  74. },
  75. {
  76. "path": "pages/component/bar",
  77. "style": {}
  78. },
  79. {
  80. "path": "pages/component/nav",
  81. "style": {}
  82. },
  83. {
  84. "path": "pages/component/list",
  85. "style": {}
  86. },
  87. {
  88. "path": "pages/component/card",
  89. "style": {}
  90. },
  91. {
  92. "path": "pages/component/form",
  93. "style": {}
  94. },
  95. {
  96. "path": "pages/component/timeline",
  97. "style": {}
  98. },
  99. {
  100. "path": "pages/component/chat",
  101. "style": {}
  102. },
  103. {
  104. "path": "pages/component/swiper",
  105. "style": {}
  106. },
  107. {
  108. "path": "pages/component/modal",
  109. "style": {}
  110. },
  111. {
  112. "path": "pages/component/steps",
  113. "style": {}
  114. }, {
  115. "path": "pages/plugin/indexes",
  116. "style": {}
  117. }, {
  118. "path": "pages/plugin/animation",
  119. "style": {}
  120. }, {
  121. "path": "pages/plugin/drawer",
  122. "style": {}
  123. }, {
  124. "path": "pages/plugin/verticalnav",
  125. "style": {}
  126. }, {
  127. "path": "pages/home/home",
  128. "style": {}
  129. }, {
  130. "path": "pages/user/userexit",
  131. "style": {}
  132. }, {
  133. "path": "pages/user/userdetail",
  134. "style": {}
  135. },{
  136. "path": "pages/user/useredit",
  137. "style": {}
  138. }, {
  139. "path": "pages/user/people",
  140. "style": {}
  141. }, {
  142. "path": "pages/common/exit",
  143. "style": {}
  144. }, {
  145. "path": "pages/common/success",
  146. "style": {}
  147. },{
  148. "path": "pages/user/location",
  149. "style": {},
  150. "permission": {
  151. "scope.userLocation": {
  152. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  153. }
  154. }
  155. },{
  156. "path": "pages/addressbook/address-book",
  157. "style": {}
  158. },{
  159. "path": "pages/addressbook/level-address-book",
  160. "style": {}
  161. },
  162. {
  163. "path": "pages/addressbook/member",
  164. "style": {}
  165. },{
  166. "path": "pages/addressbook/address-detail",
  167. "style": {}
  168. },{
  169. "path": "pages/annotation/annotationList",
  170. "style": {
  171. "app-plus" : {
  172. "bounce" : "none" //删除此项: mescroll-body支持iOS回弹
  173. }
  174. }
  175. },{
  176. "path": "pages/annotation/annotationDetail",
  177. "style": {}
  178. },{
  179. "path": "pages/common/helloWorld",
  180. "style": {}
  181. }
  182. ],
  183. "globalStyle": {
  184. "mp-alipay": {
  185. /* 支付宝小程序特有相关 */
  186. "transparentTitle": "always",
  187. "allowsBounceVertical": "NO"
  188. },
  189. "navigationBarBackgroundColor": "#0081ff",
  190. "navigationBarTitleText": "JEECG BOOT",
  191. "navigationStyle": "custom",
  192. "navigationBarTextStyle": "white"
  193. },
  194. "usingComponts": true,
  195. "condition": { //模式配置,仅开发期间生效
  196. "current": 0, //当前激活的模式(list 的索引项)
  197. "list": [{
  198. "name": "表单", //模式名称
  199. "path": "pages/index/index", //启动页面
  200. "query": "" //启动参数
  201. }]
  202. }
  203. }