敢为人鲜小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
3.1 KiB

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
2 weeks ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
3 months ago
1 month ago
3 months ago
3 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/category",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/order",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "pages/index/orderManage",
  26. "style": {
  27. "navigationBarTitleText": "订单管理",
  28. "enablePullDownRefresh": true
  29. }
  30. },
  31. {
  32. "path": "pages/index/center",
  33. "style": {
  34. "navigationBarTitleText": ""
  35. }
  36. },
  37. {
  38. "path": "pages/index/cart",
  39. "style": {
  40. "navigationBarTitleText": "",
  41. "enablePullDownRefresh": true
  42. }
  43. },
  44. {
  45. "path": "pages/index/member",
  46. "style": {
  47. "navigationBarTitleText": ""
  48. }
  49. }
  50. ],
  51. "preloadRule": {
  52. "pages/index/order": {
  53. "network": "all",
  54. "packages": ["pages_order"]
  55. }
  56. },
  57. "subPackages": [{
  58. "root": "pages_order",
  59. "pages": [
  60. {
  61. "path": "mine/partner"
  62. },
  63. {
  64. "path": "order/orderDetail",
  65. "style": {
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. {
  70. "path": "order/newOrderDetail",
  71. "style": {
  72. "navigationBarTitleText": "待支付订单",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "mine/purse"
  78. },
  79. {
  80. "path": "mine/runningWater"
  81. },
  82. {
  83. "path": "mine/address"
  84. },
  85. {
  86. "path": "product/productDetail"
  87. },
  88. {
  89. "path": "auth/wxLogin"
  90. },
  91. {
  92. "path": "auth/wxUserInfo"
  93. },
  94. {
  95. "path": "mine/help"
  96. },
  97. {
  98. "path": "home/introduce"
  99. },
  100. {
  101. "path": "home/newsDetail"
  102. },
  103. {
  104. "path": "home/journalism"
  105. },
  106. {
  107. "path": "order/createOrder"
  108. },
  109. {
  110. "path": "order/afterSale"
  111. },
  112. {
  113. "path": "mine/balance"
  114. },
  115. {
  116. "path": "mine/commission"
  117. },
  118. {
  119. "path": "mine/withdraw"
  120. },
  121. {
  122. "path": "mine/recharge"
  123. },
  124. {
  125. "path": "mine/promotion"
  126. },
  127. {
  128. "path": "home/notice"
  129. },
  130. {
  131. "path": "home/contact"
  132. },
  133. {
  134. "path": "home/addEnterprise"
  135. },
  136. {
  137. "path": "mine/memberCenter"
  138. },
  139. {
  140. "path": "mine/recruit"
  141. },
  142. {
  143. "path": "mine/moreCommodity"
  144. },
  145. {
  146. "path": "mine/coupon"
  147. },
  148. {
  149. "path": "mine/updateUser"
  150. },
  151. {
  152. "path": "mine/team"
  153. },
  154. {
  155. "path": "mine/unbindTeam"
  156. },
  157. {
  158. "path": "mine/share"
  159. },
  160. {
  161. "path": "mine/wallet"
  162. },
  163. {
  164. "path": "mine/assets"
  165. },
  166. {
  167. "path": "mine/myTeam"
  168. },
  169. {
  170. "path": "order/instantGift"
  171. },
  172. {
  173. "path": "order/giftList"
  174. },
  175. {
  176. "path": "order/receiveGift"
  177. },
  178. {
  179. "path": "order/cartOrder"
  180. },
  181. {
  182. "path": "location/pickupPoint",
  183. "style": {
  184. "navigationBarTitleText": "取餐点选择"
  185. }
  186. },
  187. {
  188. "path": "order/groupMealDetail",
  189. "style": {
  190. "navigationBarTitleText": "团餐详情",
  191. "navigationStyle": "custom"
  192. }
  193. }
  194. ]
  195. }],
  196. "globalStyle": {
  197. "navigationBarTextStyle": "black",
  198. "navigationBarTitleText": "珠宝商城",
  199. "navigationBarBackgroundColor": "#F8F8F8",
  200. "backgroundColor": "#F8F8F8",
  201. "navigationStyle": "custom"
  202. },
  203. "uniIdRouter": {}
  204. }