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

141 lines
2.2 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. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/report",
  10. "style": {
  11. "navigationBarTitleText": "",
  12. "enablePullDownRefresh": true
  13. }
  14. },
  15. {
  16. "path": "pages/index/product",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/index/cart",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. },
  27. {
  28. "path": "pages/index/center",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. }
  33. ],
  34. "preloadRule": {
  35. "pages/index/index": {
  36. "network": "all",
  37. "packages": ["pages_order"]
  38. }
  39. },
  40. "subPackages": [{
  41. "root": "pages_order",
  42. "pages": [
  43. {
  44. "path": "auth/wxLogin"
  45. },
  46. {
  47. "path": "auth/wxAccountLogin"
  48. },
  49. {
  50. "path": "auth/wxUserInfo"
  51. },
  52. {
  53. "path": "auth/loginAndRegisterAndForgetPassword"
  54. },
  55. {
  56. "path": "report/test/intro"
  57. },
  58. {
  59. "path": "report/test/step"
  60. },
  61. {
  62. "path": "report/test/answer"
  63. },
  64. {
  65. "path": "report/result/index"
  66. },
  67. {
  68. "path": "report/detail/index"
  69. },
  70. {
  71. "path": "report/nutritionProgram/index"
  72. },
  73. {
  74. "path": "report/compare/select"
  75. },
  76. {
  77. "path": "report/compare/result"
  78. },
  79. {
  80. "path": "product/productDetail"
  81. },
  82. {
  83. "path": "order/orderConfirm/index"
  84. },
  85. {
  86. "path": "order/orderList/index"
  87. },
  88. {
  89. "path": "order/orderDetail/index"
  90. },
  91. {
  92. "path": "address/addressList"
  93. },
  94. {
  95. "path": "comment/commentRecords"
  96. },
  97. {
  98. "path": "comment/commentWrite"
  99. },
  100. {
  101. "path": "applyService/index"
  102. },
  103. {
  104. "path": "checkup/checkupRecords"
  105. },
  106. {
  107. "path": "checkup/checkupBook/apply"
  108. },
  109. {
  110. "path": "checkup/checkupBook/detail"
  111. },
  112. {
  113. "path": "checkup/checkupReport/index"
  114. },
  115. {
  116. "path": "order/orderDetail"
  117. },
  118. {
  119. "path": "mine/purse"
  120. },
  121. {
  122. "path": "mine/runningWater"
  123. },
  124. {
  125. "path": "mine/help"
  126. },
  127. {
  128. "path": "mine/promotion"
  129. }
  130. ]
  131. }],
  132. "globalStyle": {
  133. "navigationBarTextStyle": "black",
  134. "navigationBarTitleText": "普兆医疗",
  135. "navigationBarBackgroundColor": "#F8F8F8",
  136. "backgroundColor": "#F8F8F8",
  137. "navigationStyle": "custom"
  138. },
  139. "uniIdRouter": {}
  140. }