pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "path" : "pages/sign/sign",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "体征",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "component/footer/footer",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "",
  59. "enablePullDownRefresh": false
  60. }
  61. }
  62. ],
  63. "globalStyle": {
  64. "navigationStyle": "custom",
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "慢病管理",
  67. "navigationBarBackgroundColor": "#F8F8F8",
  68. "backgroundColor": "#F8F8F8",
  69. "backgroundColorTop": "000"
  70. },
  71. "uniIdRouter": {}
  72. }