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

193 lines
3.0 KiB

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