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

153 lines
2.8 KiB

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month 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. }
  36. }
  37. },
  38. {
  39. "path": "pages/index/cart",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "componentPlaceholder": {
  43. "cart-product-card": "view",
  44. "recommend-product-card": "view"
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/index/center",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "componentPlaceholder": {
  53. "report-card": "view",
  54. "order-card": "view",
  55. "account-card": "view"
  56. }
  57. }
  58. }
  59. ],
  60. "preloadRule": {
  61. "pages/index/index": {
  62. "network": "all",
  63. "packages": ["pages_order"]
  64. }
  65. },
  66. "subPackages": [{
  67. "root": "pages_order",
  68. "pages": [
  69. {
  70. "path": "auth/wxLogin"
  71. },
  72. {
  73. "path": "auth/wxAccountLogin"
  74. },
  75. {
  76. "path": "auth/wxUserInfo"
  77. },
  78. {
  79. "path": "auth/loginAndRegisterAndForgetPassword"
  80. },
  81. {
  82. "path": "auth/facialVerify"
  83. },
  84. {
  85. "path": "report/test/intro"
  86. },
  87. {
  88. "path": "report/test/step"
  89. },
  90. {
  91. "path": "report/test/answer"
  92. },
  93. {
  94. "path": "report/result/index"
  95. },
  96. {
  97. "path": "report/detail/index"
  98. },
  99. {
  100. "path": "report/nutritionProgram/index"
  101. },
  102. {
  103. "path": "report/compare/select"
  104. },
  105. {
  106. "path": "report/compare/result"
  107. },
  108. {
  109. "path": "product/productDetail"
  110. },
  111. {
  112. "path": "order/orderConfirm/index"
  113. },
  114. {
  115. "path": "order/orderList/index"
  116. },
  117. {
  118. "path": "order/orderDetail/index"
  119. },
  120. {
  121. "path": "address/addressList"
  122. },
  123. {
  124. "path": "comment/commentRecords"
  125. },
  126. {
  127. "path": "comment/commentWrite"
  128. },
  129. {
  130. "path": "applyService/index"
  131. },
  132. {
  133. "path": "checkup/checkupRecords"
  134. },
  135. {
  136. "path": "checkup/checkupBook/apply"
  137. },
  138. {
  139. "path": "checkup/checkupBook/detail"
  140. },
  141. {
  142. "path": "checkup/checkupReport/index"
  143. }
  144. ]
  145. }],
  146. "globalStyle": {
  147. "navigationBarTextStyle": "black",
  148. "navigationBarTitleText": "普兆医疗",
  149. "navigationBarBackgroundColor": "#F8F8F8",
  150. "backgroundColor": "#F8F8F8",
  151. "navigationStyle": "custom"
  152. },
  153. "uniIdRouter": {}
  154. }