珠宝小程序前端代码
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.

150 lines
2.3 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
1 month ago
1 month ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "enablePullDownRefresh": true
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/index/center",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/index/cart",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": true
  34. }
  35. },
  36. {
  37. "path": "pages/index/member",
  38. "style": {
  39. "navigationBarTitleText": ""
  40. }
  41. }
  42. ],
  43. "preloadRule": {
  44. "pages/index/index": {
  45. "network": "all",
  46. "packages": ["pages_order"]
  47. }
  48. },
  49. "subPackages": [{
  50. "root": "pages_order",
  51. "pages": [{
  52. "path": "mine/partner"
  53. },
  54. {
  55. "path": "order/orderDetail",
  56. "style": {
  57. "enablePullDownRefresh": true
  58. }
  59. },
  60. {
  61. "path": "mine/purse"
  62. },
  63. {
  64. "path": "mine/runningWater"
  65. },
  66. {
  67. "path": "mine/address"
  68. },
  69. {
  70. "path": "product/productDetail"
  71. },
  72. {
  73. "path": "auth/wxLogin"
  74. },
  75. {
  76. "path": "auth/wxUserInfo"
  77. },
  78. {
  79. "path": "mine/help"
  80. },
  81. {
  82. "path": "home/introduce"
  83. },
  84. {
  85. "path": "home/newsDetail"
  86. },
  87. {
  88. "path": "home/journalism"
  89. },
  90. {
  91. "path": "order/createOrder"
  92. },
  93. {
  94. "path": "mine/balance"
  95. },
  96. {
  97. "path": "mine/commission"
  98. },
  99. {
  100. "path": "mine/withdraw"
  101. },
  102. {
  103. "path": "mine/recharge"
  104. },
  105. {
  106. "path": "mine/promotion"
  107. },
  108. {
  109. "path": "home/notice"
  110. },
  111. {
  112. "path": "home/contact"
  113. },
  114. {
  115. "path": "home/addEnterprise"
  116. },
  117. {
  118. "path": "mine/memberCenter"
  119. },
  120. {
  121. "path": "mine/recruit"
  122. },
  123. {
  124. "path": "mine/moreCommodity"
  125. },
  126. {
  127. "path": "mine/coupon"
  128. },
  129. {
  130. "path": "mine/updateUser"
  131. },
  132. {
  133. "path": "order/instantGift"
  134. },
  135. {
  136. "path": "order/giftList"
  137. },
  138. {
  139. "path": "order/receiveGift"
  140. }
  141. ]
  142. }],
  143. "globalStyle": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "珠宝商城",
  146. "navigationBarBackgroundColor": "#F8F8F8",
  147. "backgroundColor": "#F8F8F8",
  148. "navigationStyle": "custom"
  149. },
  150. "uniIdRouter": {}
  151. }