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

130 lines
2.0 KiB

2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom"
  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. {
  53. "path": "order/orderDetail",
  54. "style": {
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "mine/purse"
  60. },
  61. {
  62. "path": "mine/runningWater"
  63. },
  64. {
  65. "path": "mine/address"
  66. },
  67. {
  68. "path": "product/productDetail"
  69. },
  70. {
  71. "path": "auth/wxLogin"
  72. },
  73. {
  74. "path": "auth/wxUserInfo"
  75. },
  76. {
  77. "path": "auth/loginAndRegisterAndForgetPassword"
  78. },
  79. {
  80. "path": "mine/help"
  81. },
  82. {
  83. "path": "home/journalism"
  84. },
  85. {
  86. "path": "mine/recommend"
  87. },
  88. {
  89. "path": "home/introduce"
  90. },
  91. {
  92. "path" : "home/newsDetail"
  93. },
  94. {
  95. "path" : "order/createOrder"
  96. },
  97. {
  98. "path" : "mine/balance"
  99. },
  100. {
  101. "path": "mine/commission"
  102. },
  103. {
  104. "path": "mine/withdraw"
  105. },
  106. {
  107. "path": "mine/recharge"
  108. },
  109. {
  110. "path": "mine/promotion"
  111. },
  112. {
  113. "path": "home/notice"
  114. },
  115. {
  116. "path": "home/contact"
  117. },
  118. {
  119. "path": "home/addEnterprise"
  120. }
  121. ]
  122. }],
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "酒店桌布",
  126. "navigationBarBackgroundColor": "#F8F8F8",
  127. "backgroundColor": "#F8F8F8",
  128. "navigationStyle": "custom"
  129. },
  130. "uniIdRouter": {}
  131. }