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

131 lines
2.1 KiB

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