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

123 lines
2.1 KiB

7 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
6 months ago
7 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/index/cart",
  34. "style": {
  35. "navigationBarTitleText": ""
  36. }
  37. }
  38. ],
  39. "preloadRule": {
  40. "pages/index/index": {
  41. "network": "all",
  42. "packages": ["pages_order"]
  43. }
  44. },
  45. "subPackages": [{
  46. "root": "pages_order",
  47. "pages": [{
  48. "path": "order/orderDetail",
  49. "style": {
  50. "navigationBarTextStyle": "white"
  51. }
  52. },
  53. {
  54. "path": "mine/purse",
  55. "style": {
  56. "navigationBarTextStyle": "white"
  57. }
  58. },
  59. {
  60. "path": "mine/runningWater",
  61. "style": {
  62. "navigationBarTextStyle": "white",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "mine/address",
  68. "style": {
  69. "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path": "product/productDetail"
  74. },
  75. {
  76. "path": "auth/wxLogin"
  77. },
  78. {
  79. "path": "auth/wxUserInfo"
  80. },
  81. {
  82. "path": "mine/help"
  83. },
  84. {
  85. "path": "order/fastCreateOrder"
  86. },
  87. {
  88. "path": "order/pictureOrder"
  89. },
  90. {
  91. "path": "order/voiceOrder"
  92. },
  93. {
  94. "path": "order/firmOrder"
  95. },
  96. {
  97. "path": "order/createOrder"
  98. },
  99. {
  100. "path": "mine/individualTeam",
  101. "style": {
  102. "navigationBarTextStyle": "white"
  103. }
  104. },
  105. {
  106. "path": "center/systemSet"
  107. },
  108. {
  109. "path": "mine/promotion"
  110. },
  111. {
  112. "path": "mine/about"
  113. }
  114. ]
  115. }],
  116. "globalStyle": {
  117. "navigationBarTextStyle": "black",
  118. "navigationBarTitleText": "酒店桌布",
  119. "navigationBarBackgroundColor": "#F8F8F8",
  120. "backgroundColor": "#F8F8F8",
  121. "navigationStyle": "custom"
  122. },
  123. "uniIdRouter": {}
  124. }