普兆健康管家前端代码仓库
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.

187 lines
3.4 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "componentPlaceholder": {
  7. "recommend-swiper": "view",
  8. "health-records-intro": "view",
  9. "achievement-intro": "view",
  10. "team-bg-intro": "view",
  11. "follow-us-intro": "view"
  12. }
  13. }
  14. },
  15. {
  16. "path": "pages/index/report",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "componentPlaceholder": {
  20. "report-summary": "view",
  21. "recommend-test": "view",
  22. "report-record-card": "view"
  23. },
  24. "enablePullDownRefresh": true
  25. }
  26. },
  27. {
  28. "path": "pages/index/product",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "componentPlaceholder": {
  32. "tab-nutrient": "view",
  33. "tab-detect": "view",
  34. "tab-course": "view",
  35. "product-custom-view": "view"
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/index/cart",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "componentPlaceholder": {
  44. "cart-product-card": "view",
  45. "recommend-product-card": "view"
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/index/center",
  51. "style": {
  52. "navigationBarTitleText": "",
  53. "componentPlaceholder": {
  54. "report-card": "view",
  55. "order-card": "view",
  56. "account-card": "view"
  57. }
  58. }
  59. }
  60. ],
  61. "preloadRule": {
  62. "pages/index/index": {
  63. "network": "all",
  64. "packages": ["pages_order"]
  65. }
  66. },
  67. "subPackages": [{
  68. "root": "pages_order",
  69. "pages": [
  70. {
  71. "path": "auth/wxLogin"
  72. },
  73. {
  74. "path": "auth/wxUserInfo"
  75. },
  76. {
  77. "path": "home/about"
  78. },
  79. {
  80. "path": "report/test/intro"
  81. },
  82. {
  83. "path": "report/test/step"
  84. },
  85. {
  86. "path": "report/test/answer"
  87. },
  88. {
  89. "path": "report/result/index"
  90. },
  91. {
  92. "path": "report/detail/index"
  93. },
  94. {
  95. "path": "report/nutritionProgram/index"
  96. },
  97. {
  98. "path": "report/compare/select"
  99. },
  100. {
  101. "path": "report/compare/result"
  102. },
  103. {
  104. "path": "product/productList"
  105. },
  106. {
  107. "path": "product/productDetail"
  108. },
  109. {
  110. "path": "order/userInfo/infoFill"
  111. },
  112. {
  113. "path": "order/userInfo/idUpload"
  114. },
  115. {
  116. "path": "order/userInfo/facialVerify"
  117. },
  118. {
  119. "path": "order/userInfo/facialVerifyCustom"
  120. },
  121. {
  122. "path": "order/orderConfirm/index"
  123. },
  124. {
  125. "path": "order/orderList/index",
  126. "style": {
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "order/orderDetail/index",
  132. "style": {
  133. "enablePullDownRefresh": true
  134. }
  135. },
  136. {
  137. "path": "address/addressList"
  138. },
  139. {
  140. "path": "comment/commentRecordsOfProduct",
  141. "style": {
  142. "enablePullDownRefresh": true
  143. }
  144. },
  145. {
  146. "path": "comment/commentRecords",
  147. "style": {
  148. "enablePullDownRefresh": true
  149. }
  150. },
  151. {
  152. "path": "comment/commentWrite"
  153. },
  154. {
  155. "path": "applyService/index"
  156. },
  157. {
  158. "path": "checkup/checkupRecords",
  159. "style": {
  160. "enablePullDownRefresh": true
  161. }
  162. },
  163. {
  164. "path": "checkup/checkupBook/apply"
  165. },
  166. {
  167. "path": "checkup/checkupBook/detail",
  168. "style": {
  169. "enablePullDownRefresh": true
  170. }
  171. },
  172. {
  173. "path": "checkup/checkupReport/index"
  174. },
  175. {
  176. "path": "common"
  177. }
  178. ]
  179. }],
  180. "globalStyle": {
  181. "navigationBarTextStyle": "black",
  182. "navigationBarTitleText": "普兆医疗",
  183. "navigationBarBackgroundColor": "#F8F8F8",
  184. "backgroundColor": "#F8F8F8",
  185. "navigationStyle": "custom"
  186. },
  187. "uniIdRouter": {}
  188. }