敢为人鲜小程序前端代码仓库
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.

186 lines
2.8 KiB

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