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

167 lines
2.6 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
5 months 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. "path": "mine/partner"
  47. },
  48. {
  49. "path": "order/orderDetail",
  50. "style": {
  51. "enablePullDownRefresh": true
  52. }
  53. },
  54. {
  55. "path": "order/newOrderDetail",
  56. "style": {
  57. "navigationBarTitleText": "待支付订单",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "mine/purse"
  63. },
  64. {
  65. "path": "mine/runningWater"
  66. },
  67. {
  68. "path": "mine/address"
  69. },
  70. {
  71. "path": "product/productDetail"
  72. },
  73. {
  74. "path": "auth/wxLogin"
  75. },
  76. {
  77. "path": "auth/wxUserInfo"
  78. },
  79. {
  80. "path": "mine/help"
  81. },
  82. {
  83. "path": "home/introduce"
  84. },
  85. {
  86. "path": "home/newsDetail"
  87. },
  88. {
  89. "path": "home/journalism"
  90. },
  91. {
  92. "path": "order/createOrder"
  93. },
  94. {
  95. "path": "order/afterSale"
  96. },
  97. {
  98. "path": "mine/balance"
  99. },
  100. {
  101. "path": "mine/commission"
  102. },
  103. {
  104. "path": "mine/withdraw"
  105. },
  106. {
  107. "path": "mine/recharge"
  108. },
  109. {
  110. "path": "mine/promotion"
  111. },
  112. {
  113. "path": "home/notice"
  114. },
  115. {
  116. "path": "home/contact"
  117. },
  118. {
  119. "path": "home/addEnterprise"
  120. },
  121. {
  122. "path": "mine/memberCenter"
  123. },
  124. {
  125. "path": "mine/recruit"
  126. },
  127. {
  128. "path": "mine/moreCommodity"
  129. },
  130. {
  131. "path": "mine/coupon"
  132. },
  133. {
  134. "path": "mine/updateUser"
  135. },
  136. {
  137. "path": "order/instantGift"
  138. },
  139. {
  140. "path": "order/giftList"
  141. },
  142. {
  143. "path": "order/receiveGift"
  144. },
  145. {
  146. "path": "location/pickupPoint",
  147. "style": {
  148. "navigationBarTitleText": "取餐点选择"
  149. }
  150. },
  151. {
  152. "path": "order/groupMealDetail",
  153. "style": {
  154. "navigationBarTitleText": "团餐详情",
  155. "navigationStyle": "custom"
  156. }
  157. }
  158. ]
  159. }],
  160. "globalStyle": {
  161. "navigationBarTextStyle": "black",
  162. "navigationBarTitleText": "珠宝商城",
  163. "navigationBarBackgroundColor": "#F8F8F8",
  164. "backgroundColor": "#F8F8F8",
  165. "navigationStyle": "custom"
  166. },
  167. "uniIdRouter": {}
  168. }