pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "subPackages": [
  19. {
  20. "root": "center",
  21. "pages": [
  22. {
  23. "path": "center",
  24. "style": {
  25. "navigationBarTitleText": "我的",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "memberinfo",
  31. "style": {
  32. "navigationBarTitleText": "用户信息",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "addrlist",
  38. "style": {
  39. "navigationBarTitleText": "收获地址管理",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "addrForm",
  45. "style": {
  46. "navigationBarTitleText": "新增收获地址",
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "map",
  52. "style": {
  53. "navigationBarTitleText": "选择地址",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "recharge",
  59. "style": {
  60. "navigationBarTitleText": "充值中心",
  61. "navigationStyle": "custom"
  62. }
  63. }
  64. ]
  65. },
  66. {
  67. "root": "shopping",
  68. "pages": [
  69. {
  70. "path": "productList",
  71. "style": {
  72. "navigationBarTitleText": "产品",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "productsearch",
  78. "style": {
  79. "navigationBarTitleText": "产品搜索",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "producTypetList",
  85. "style": {
  86. "navigationBarTitleText": "产品",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "productdetails",
  92. "style": {
  93. "navigationBarTitleText": "产品详情",
  94. "enableShareAppMessage": true, // 允许分享
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "comment",
  100. "style": {
  101. "navigationBarTitleText": "商品评价",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "cart",
  107. "style": {
  108. "navigationBarTitleText": "购物车",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "submitorder",
  114. "style": {
  115. "navigationBarTitleText": "购物车",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pay",
  121. "style": {
  122. "navigationBarTitleText": "收银台",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "order",
  128. "style": {
  129. "navigationBarTitleText": "我的订单",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "orderdetails",
  135. "style": {
  136. "navigationBarTitleText": "订单详情",
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "distribution",
  142. "style": {
  143. "navigationBarTitleText": "物流详情",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "evaluate",
  149. "style": {
  150. "navigationBarTitleText": "评价",
  151. "navigationStyle": "custom"
  152. }
  153. }
  154. ]
  155. },
  156. {
  157. "root": "xushuo",
  158. "pages": [
  159. {
  160. "path": "xushuo",
  161. "style": {
  162. "navigationBarTitleText": "关于旭烁",
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "about",
  168. "style": {
  169. "navigationBarTitleText": "关于旭烁",
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "xushuoproduct",
  175. "style": {
  176. "navigationBarTitleText": "旭烁商行",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "dynamic",
  182. "style": {
  183. "navigationBarTitleText": "旭烁动态",
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "dynamicdetails",
  189. "style": {
  190. "navigationBarTitleText": "动态详情",
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "vrlist",
  196. "style": {
  197. "navigationBarTitleText": "VR实景",
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "cooperation",
  203. "style": {
  204. "navigationBarTitleText": "合作加盟",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "experience",
  210. "style": {
  211. "navigationBarTitleText": "体验店简介",
  212. "navigationStyle": "custom"
  213. }
  214. }
  215. ]
  216. },
  217. {
  218. "root": "credits",
  219. "pages": [
  220. {
  221. "path": "credits",
  222. "style": {
  223. "navigationBarTitleText": "积分商城",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "regulation",
  229. "style": {
  230. "navigationBarTitleText": "积分规则",
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "creditslist",
  236. "style": {
  237. "navigationBarTitleText": "积分明细",
  238. "navigationStyle": "custom"
  239. }
  240. }
  241. ]
  242. }
  243. ],
  244. "preloadRule": {
  245. "shopping/productList": {
  246. "network": "all",
  247. "packages": ["__APP__"]
  248. },
  249. "xushuo/xushuo": {
  250. "network": "all",
  251. "packages": ["__APP__"]
  252. }
  253. },
  254. "globalStyle": {
  255. "navigationBarTextStyle": "black",
  256. "navigationBarTitleText": "uni-app",
  257. "navigationBarBackgroundColor": "#F8F8F8",
  258. "backgroundColor": "#F8F8F8"
  259. },
  260. "uniIdRouter": {},
  261. "lazyCodeLoading": "requiredComponents"
  262. }