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

144 lines
2.2 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
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": "mine/purse"
  56. },
  57. {
  58. "path": "mine/runningWater"
  59. },
  60. {
  61. "path": "mine/address"
  62. },
  63. {
  64. "path": "product/productDetail"
  65. },
  66. {
  67. "path": "auth/wxLogin"
  68. },
  69. {
  70. "path": "auth/wxUserInfo"
  71. },
  72. {
  73. "path": "mine/help"
  74. },
  75. {
  76. "path": "home/introduce"
  77. },
  78. {
  79. "path": "home/newsDetail"
  80. },
  81. {
  82. "path": "home/journalism"
  83. },
  84. {
  85. "path": "order/createOrder"
  86. },
  87. {
  88. "path": "mine/balance"
  89. },
  90. {
  91. "path": "mine/commission"
  92. },
  93. {
  94. "path": "mine/withdraw"
  95. },
  96. {
  97. "path": "mine/recharge"
  98. },
  99. {
  100. "path": "mine/promotion"
  101. },
  102. {
  103. "path": "home/notice"
  104. },
  105. {
  106. "path": "home/contact"
  107. },
  108. {
  109. "path": "home/addEnterprise"
  110. },
  111. {
  112. "path": "mine/memberCenter"
  113. },
  114. {
  115. "path": "mine/recruit"
  116. },
  117. {
  118. "path": "mine/moreCommodity"
  119. },
  120. {
  121. "path": "mine/coupon"
  122. },
  123. {
  124. "path": "mine/updateUser"
  125. },
  126. {
  127. "path": "order/instantGift"
  128. },
  129. {
  130. "path": "order/giftList"
  131. },
  132. {
  133. "path": "order/receiveGift"
  134. }
  135. ]
  136. }],
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "珠宝商城",
  140. "navigationBarBackgroundColor": "#F8F8F8",
  141. "backgroundColor": "#F8F8F8",
  142. "navigationStyle": "custom"
  143. },
  144. "uniIdRouter": {}
  145. }