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

109 lines
1.8 KiB

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