pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "智疗助手",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom",
  9. "navigationBarBackgroundColor": "#ffffff"
  10. }
  11. },
  12. {
  13. "path" : "pages/login/login",
  14. "style" :
  15. {
  16. "navigationBarTitleText" : "登陆",
  17. "navigationBarBackgroundColor": "#1678ff",
  18. "navigationBarTextStyle": "white"
  19. }
  20. },
  21. {
  22. "path" : "pages/my/my",
  23. "style" :
  24. {
  25. "navigationBarTitleText" : "我的",
  26. "enablePullDownRefresh": true,
  27. "navigationBarTextStyle": "white",
  28. "navigationBarBackgroundColor": "#1678ff"
  29. }
  30. },
  31. {
  32. "path" : "pages/test/test",
  33. "style" :
  34. {
  35. "navigationBarTitleText" : ""
  36. }
  37. },
  38. {
  39. "path" : "pages/BMI/BMI",
  40. "style" :
  41. {
  42. "navigationBarTitleText" : "BMI计算",
  43. // "enablePullDownRefresh": true,
  44. "navigationBarBackgroundColor": "#ffffff",
  45. "navigationBarTextStyle": "black"
  46. }
  47. },
  48. {
  49. "path" : "pages/img_process/img_process",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : "病例识别"
  53. }
  54. },
  55. {
  56. "path" : "pages/BMI/BMI_output/BMI_output",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : "BMI计算结果",
  60. "navigationBarBackgroundColor": "#ffffff",
  61. "navigationBarTextStyle": "black"
  62. }
  63. },
  64. {
  65. "path" : "pages/BMI/BMI_history/BMI_history",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "BMI 记录",
  69. "enablePullDownRefresh": true,
  70. "navigationBarBackgroundColor": "#f1f3f2"
  71. }
  72. },
  73. {
  74. "path" : "pages/my/user_info/user_info",
  75. "style" :
  76. {
  77. "navigationBarTitleText" : "个人资料",
  78. "enablePullDownRefresh": true,
  79. "navigationBarTextStyle": "white",
  80. "navigationBarBackgroundColor": "#1678ff"
  81. }
  82. },
  83. {
  84. "path" : "pages/ai/ai",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : "医伴 AI",
  88. "enablePullDownRefresh": true,
  89. "navigationBarTextStyle": "black",
  90. "navigationBarBackgroundColor": "#d4f4c2"
  91. }
  92. },
  93. {
  94. "path" : "pages/my/setting/setting",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "设置",
  98. "navigationBarBackgroundColor": "#ffffff",
  99. "navigationBarTextStyle": "black"
  100. }
  101. },
  102. {
  103. "path" : "pages/health_tip/health_tip",
  104. "style" :
  105. {
  106. "navigationBarTitleText" : "健康小知识"
  107. }
  108. },
  109. {
  110. "path" : "pages/health_tip/health_tip_collect/health_tip_collect",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "健康知识收藏夹",
  114. "navigationBarBackgroundColor": "#f5f5f5"
  115. }
  116. },
  117. {
  118. "path" : "pages/my/family/family",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "家庭成员",
  122. "enablePullDownRefresh": true,
  123. "navigationBarTextStyle": "white",
  124. "navigationBarBackgroundColor": "#1678ff"
  125. }
  126. },
  127. {
  128. "path" : "pages/my/family/family_info/family_info",
  129. "style" :
  130. {
  131. "navigationBarTitleText" : "成员资料",
  132. "navigationBarTextStyle": "white",
  133. "navigationBarBackgroundColor": "#1678ff"
  134. }
  135. },
  136. {
  137. "path" : "pages/img_process/img_process_history/img_process_history",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "病例识别记录",
  141. "navigationBarBackgroundColor": "#f6f6f6"
  142. }
  143. }
  144. ],
  145. "globalStyle": {
  146. "navigationBarTextStyle": "black",
  147. "navigationBarTitleText": "首页",
  148. "navigationBarBackgroundColor": "#ffffff"
  149. },
  150. "tabBar": {
  151. "borderStyle": "black",
  152. "backgroundColor": "#fafbff",
  153. "selectedColor": "#1296db",
  154. "iconWidth": "20px",
  155. "fontSize": "10px",
  156. "list": [
  157. {
  158. "pagePath": "pages/ai/ai",
  159. "text": "AI",
  160. "iconPath": "/static/tabs/ai-icon.png",
  161. "selectedIconPath": "/static/tabs/ai-icon-c.png"
  162. },
  163. {
  164. "pagePath": "pages/index/index",
  165. "text": "首页",
  166. "iconPath": "/static/tabs/home-icon.png",
  167. "selectedIconPath": "/static/tabs/home-icon-c.png"
  168. },
  169. {
  170. "pagePath": "pages/my/my",
  171. "text": "我的",
  172. "iconPath": "/static/tabs/user-icon.png",
  173. "selectedIconPath": "/static/tabs/user-icon-c.png"
  174. }
  175. ]
  176. },
  177. "uniIdRouter": {}
  178. }