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

129 lines
2.0 KiB

3 months ago
3 months ago
2 months ago
2 months ago
2 months ago
2 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "enablePullDownRefresh": true
  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. "preloadRule": {
  38. "pages/index/index": {
  39. "network": "all",
  40. "packages": ["pages_order"]
  41. }
  42. },
  43. "subPackages": [{
  44. "root": "pages_order",
  45. "pages": [
  46. {
  47. "path": "product/productDetail"
  48. },
  49. {
  50. "path": "order/createOrder"
  51. },
  52. {
  53. "path": "order/verifyOrder",
  54. "style": {
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "order/orderDetail",
  60. "style": {
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path": "mine/memberCenter"
  66. },
  67. {
  68. "path": "mine/partner"
  69. },
  70. {
  71. "path": "mine/withdraw"
  72. },
  73. {
  74. "path": "mine/runningWater"
  75. },
  76. {
  77. "path": "mine/promotion"
  78. },
  79. {
  80. "path": "mine/coupon"
  81. },
  82. {
  83. "path": "mine/voucher"
  84. },
  85. {
  86. "path": "mine/verifyVoucher"
  87. },
  88. {
  89. "path": "mine/signIn"
  90. },
  91. {
  92. "path": "mine/pointsRecord"
  93. },
  94. {
  95. "path": "mine/cooperation",
  96. "style": {
  97. "enablePullDownRefresh": true
  98. }
  99. },
  100. {
  101. "path": "mine/verifyRecord"
  102. },
  103. {
  104. "path": "auth/wxLogin"
  105. },
  106. {
  107. "path": "auth/wxUserInfo"
  108. },
  109. {
  110. "path": "auth/loginAndRegisterAndForgetPassword"
  111. },
  112. {
  113. "path": "mine/help"
  114. },
  115. {
  116. "path": "home/contact"
  117. }
  118. ]
  119. }],
  120. "globalStyle": {
  121. "navigationBarTextStyle": "black",
  122. "navigationBarTitleText": "愈然工坊",
  123. "navigationBarBackgroundColor": "#F8F8F8",
  124. "backgroundColor": "#F8F8F8",
  125. "navigationStyle": "custom"
  126. },
  127. "uniIdRouter": {}
  128. }