pages.json 3.8 KB

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