pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/public/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },{
  9. "path": "pages/patient/index/index",
  10. "style": {
  11. "navigationBarTitleText": "首页-患者端"
  12. }
  13. },
  14. {
  15. "path": "pages/public/login/index",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. },
  20. {
  21. "path": "pages/public/health/index",
  22. "style": {
  23. "navigationBarTitleText": "健康数据-公共页"
  24. }
  25. },
  26. {
  27. "path": "pages/patient/health/index",
  28. "style": { "navigationBarTitleText": "健康数据-患者端" }
  29. },
  30. {
  31. "path": "pages/patient/health/details/height",
  32. "style": { "navigationBarTitleText": "身高" }
  33. },
  34. {
  35. "path": "pages/patient/health/details/weight",
  36. "style": { "navigationBarTitleText": "体重" }
  37. },
  38. {
  39. "path": "pages/patient/health/details/bmi",
  40. "style": { "navigationBarTitleText": "BMI" }
  41. },
  42. {
  43. "path": "pages/patient/health/details/blood-pressure",
  44. "style": { "navigationBarTitleText": "血压" }
  45. },
  46. {
  47. "path": "pages/patient/health/details/blood-glucose",
  48. "style": { "navigationBarTitleText": "血糖" }
  49. },
  50. {
  51. "path": "pages/patient/health/details/heart-rate",
  52. "style": { "navigationBarTitleText": "心率" }
  53. },
  54. {
  55. "path": "pages/patient/health/reminder",
  56. "style": { "navigationBarTitleText": "健康提醒" }
  57. },
  58. {
  59. "path": "pages/public/profile/index",
  60. "style": {
  61. "navigationBarTitleText": "个人中心"
  62. }
  63. },
  64. {
  65. "path": "pages/patient/profile/index",
  66. "style": {
  67. "navigationBarTitleText": "个人中心-患者端"
  68. }
  69. },
  70. {
  71. "path": "pages/patient/profile/infos/base-info",
  72. "style": {
  73. "navigationBarTitleText": "基本信息设定"
  74. }
  75. },
  76. {
  77. "path": "pages/patient/profile/infos/patient-filing",
  78. "style": {
  79. "navigationBarTitleText": "建档信息设定"
  80. }
  81. }
  82. ],
  83. "globalStyle": {
  84. "titleNView": false,
  85. "navigationStyle": "custom",
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "uni-app",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. },
  91. "easycom": {
  92. "autoscan": true,
  93. "custom": {
  94. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  95. }
  96. },
  97. "tabBar": {
  98. "custom": true,
  99. "list": [
  100. {
  101. "pagePath": "pages/public/index/index",
  102. "text": "首页"
  103. },
  104. {
  105. "pagePath": "pages/patient/index/index",
  106. "text": "患者端首页"
  107. },
  108. {
  109. "pagePath": "pages/public/health/index",
  110. "text": "健康数据"
  111. },
  112. {
  113. "pagePath": "pages/patient/health/index",
  114. "text": "健康数据"
  115. },
  116. {
  117. "pagePath": "pages/public/profile/index",
  118. "text": "个人中心"
  119. },
  120. {
  121. "pagePath": "pages/patient/profile/index",
  122. "text": "个人中心-患者端"
  123. }
  124. ]
  125. }
  126. }