pages.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "慢病管理",
  7. "enablePullDownRefresh": true
  8. }
  9. }, {
  10. "path": "pages/userinfo/userinfo",
  11. "style": {
  12. "navigationBarTitleText": "基础资料",
  13. "enablePullDownRefresh": true
  14. }
  15. }, {
  16. "path": "pages/medication/medication",
  17. "style": {
  18. "navigationBarTitleText": "随访用药",
  19. "enablePullDownRefresh": true
  20. }
  21. }, {
  22. "path": "pages/eye_ground/eye_ground",
  23. "style": {
  24. "navigationBarTitleText": "眼底检查",
  25. "enablePullDownRefresh": true
  26. }
  27. }, {
  28. "path": "pages/home_monitoring/home_monitoring",
  29. "style": {
  30. "navigationBarTitleText": "健康监测",
  31. "enablePullDownRefresh": true
  32. }
  33. }, {
  34. "path": "pages/chart-model/chart-model",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. }, {
  40. "path": "pages/health_report/health_report",
  41. "style": {
  42. "navigationBarTitleText": "健康报告",
  43. "enablePullDownRefresh": true
  44. }
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationStyle": "custom",
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "慢病管理",
  51. "navigationBarBackgroundColor": "#F8F8F8",
  52. "backgroundColor": "#F8F8F8",
  53. "backgroundColorTop": "000"
  54. },
  55. "uniIdRouter": {}
  56. }