建材商城系统20241014
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.

136 lines
2.3 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTextStyle": "white",
  6. "enablePullDownRefresh": true
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "navigationBarTextStyle": "white",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/category",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "navigationBarTextStyle": "white",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path": "pages/index/center",
  27. "style": {
  28. "navigationBarTitleText": "",
  29. "navigationBarTextStyle": "white"
  30. }
  31. },
  32. {
  33. "path": "pages/order/orderDetail",
  34. "style": {
  35. "navigationBarTextStyle": "white"
  36. }
  37. },
  38. {
  39. "path": "pages/index/cart",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. }
  43. }
  44. ],
  45. "preloadRule": {
  46. "pages/index/index": {
  47. "network": "all",
  48. "packages": ["pages_order"]
  49. }
  50. },
  51. "subPackages": [{
  52. "root": "pages_order",
  53. "pages": [
  54. {
  55. "path": "mine/purse",
  56. "style": {
  57. "navigationBarTextStyle": "white"
  58. }
  59. },
  60. {
  61. "path": "mine/runningWater",
  62. "style": {
  63. "navigationBarTextStyle": "white",
  64. "enablePullDownRefresh": true
  65. }
  66. },
  67. {
  68. "path": "mine/address",
  69. "style": {
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "product/productDetail"
  75. },
  76. {
  77. "path": "product/productList",
  78. "style": {
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "auth/wxLogin"
  84. },
  85. {
  86. "path": "auth/wxUserInfo"
  87. },
  88. {
  89. "path": "mine/help"
  90. },
  91. {
  92. "path": "order/fastCreateOrder"
  93. },
  94. {
  95. "path": "order/pictureOrder"
  96. },
  97. {
  98. "path": "order/voiceOrder"
  99. },
  100. {
  101. "path": "order/firmOrder"
  102. },
  103. {
  104. "path": "order/createOrder"
  105. },
  106. {
  107. "path": "order/fastOrderList",
  108. "style": {
  109. "enablePullDownRefresh": true
  110. }
  111. },
  112. {
  113. "path": "mine/individualTeam",
  114. "style": {
  115. "navigationBarTextStyle": "white"
  116. }
  117. },
  118. {
  119. "path": "center/systemSet"
  120. },
  121. {
  122. "path": "mine/promotion"
  123. },
  124. {
  125. "path": "mine/about"
  126. }
  127. ]
  128. }],
  129. "globalStyle": {
  130. "navigationBarTextStyle": "black",
  131. "navigationBarTitleText": "酒店桌布",
  132. "navigationBarBackgroundColor": "#F8F8F8",
  133. "backgroundColor": "#F8F8F8",
  134. "navigationStyle": "custom"
  135. },
  136. "uniIdRouter": {}
  137. }