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

105 lines
1.6 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": "order/orderDetail"
  81. },
  82. {
  83. "path": "mine/purse"
  84. },
  85. {
  86. "path": "mine/runningWater"
  87. },
  88. {
  89. "path": "mine/help"
  90. },
  91. {
  92. "path": "mine/promotion"
  93. }
  94. ]
  95. }],
  96. "globalStyle": {
  97. "navigationBarTextStyle": "black",
  98. "navigationBarTitleText": "普兆医疗",
  99. "navigationBarBackgroundColor": "#F8F8F8",
  100. "backgroundColor": "#F8F8F8",
  101. "navigationStyle": "custom"
  102. },
  103. "uniIdRouter": {}
  104. }