1
0

pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "岑溪人民医院",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/user/index",
  15. "style": {
  16. "navigationBarTitleText": "我的",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/knowledge/index",
  22. "style": {
  23. "navigationBarTitleText": "健康知识库"
  24. }
  25. },
  26. {
  27. "path": "pages/knowledge/detail",
  28. "style": {
  29. "navigationBarTitleText": "知识详情"
  30. }
  31. },
  32. {
  33. "path": "pages/introduction/index",
  34. "style": {
  35. "navigationBarTitleText": "医院介绍"
  36. }
  37. },
  38. {
  39. "path": "pages/doctor/index",
  40. "style": {
  41. "navigationBarTitleText": "医生介绍"
  42. }
  43. },
  44. {
  45. "path": "pages/follow/detail",
  46. "style": {
  47. "navigationBarTitleText": "回访详情"
  48. }
  49. },
  50. {
  51. "path": "pages/user/login",
  52. "style": {
  53. "navigationBarTitleText": "用户登录"
  54. }
  55. },
  56. {
  57. "path": "pages/other/agreement",
  58. "style": {
  59. "navigationBarTitleText": "协议"
  60. }
  61. },
  62. {
  63. "path": "pages/user/info",
  64. "style": {
  65. "navigationBarTitleText": "我的信息"
  66. }
  67. },
  68. {
  69. "path": "pages/other/setting",
  70. "style": {
  71. "navigationBarTitleText": "设置"
  72. }
  73. },
  74. {
  75. "path": "pages/follow/index",
  76. "style": {
  77. "navigationBarTitleText": "我的回访"
  78. }
  79. },
  80. {
  81. "path": "pages/department/index",
  82. "style": {
  83. "navigationBarTitleText": "科室介绍"
  84. }
  85. },
  86. {
  87. "path": "pages/doctor/detail",
  88. "style": {
  89. "navigationBarTitleText": "医生介绍"
  90. }
  91. },
  92. {
  93. "path": "pages/user/bind/index",
  94. "style": {
  95. "navigationBarTitleText": "我的就诊人"
  96. }
  97. },
  98. {
  99. "path": "pages/user/bind/add",
  100. "style": {
  101. "navigationBarTitleText": "绑定就诊人"
  102. }
  103. },
  104. {
  105. "path": "pages/detection/index",
  106. "style": {
  107. "navigationBarTitleText": "检测报告"
  108. }
  109. },
  110. {
  111. "path": "pages/visit/index",
  112. "style": {
  113. "navigationBarTitleText": "就诊记录"
  114. }
  115. },
  116. {
  117. "path": "pages/visit/detail",
  118. "style": {
  119. "navigationBarTitleText": "就诊详情"
  120. }
  121. },
  122. {
  123. "path": "pages/detection/detail",
  124. "style": {
  125. "navigationBarTitleText": "检测报告详情"
  126. }
  127. },
  128. {
  129. "path": "pages/user/bind/detail",
  130. "style": {
  131. "navigationBarTitleText": "就诊人信息"
  132. }
  133. },
  134. {
  135. "path" : "pages/follow/remind",
  136. "style" :
  137. {
  138. "navigationBarTitleText" : "复诊提醒"
  139. }
  140. },
  141. {
  142. "path" : "pages/user/loginDoctor",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "医生登录"
  146. }
  147. },
  148. {
  149. "path" : "pages/knowledge/doctor/index",
  150. "style" :
  151. {
  152. "navigationBarTitleText" : "我的知识库"
  153. }
  154. },
  155. {
  156. "path" : "pages/knowledge/doctor/add",
  157. "style" :
  158. {
  159. "navigationBarTitleText" : "新增知识库"
  160. }
  161. },
  162. {
  163. "path" : "pages/follow/doctor/index",
  164. "style" :
  165. {
  166. "navigationBarTitleText" : "随访记录"
  167. }
  168. },
  169. {
  170. "path" : "pages/follow/doctor/add",
  171. "style" :
  172. {
  173. "navigationBarTitleText" : "新增"
  174. }
  175. },
  176. {
  177. "path" : "pages/follow/doctor/selectUser",
  178. "style" :
  179. {
  180. "navigationBarTitleText" : "选择患者"
  181. }
  182. },
  183. {
  184. "path": "pages/visit/doctor/selectUser",
  185. "style": {
  186. "navigationBarTitleText": "选择患者"
  187. }
  188. },
  189. {
  190. "path": "pages/visit/doctor/list",
  191. "style": {
  192. "navigationBarTitleText": "患者就诊记录"
  193. }
  194. }
  195. ],
  196. "tabBar": {
  197. "color": "#7A7E83",
  198. "selectedColor": "#4581fb",
  199. "borderStyle": "black",
  200. "backgroundColor": "#F8F8F8",
  201. "list": [{
  202. "pagePath": "pages/index/index",
  203. "iconPath": "static/tab/sy.png",
  204. "selectedIconPath": "static/tab/sy_s.png",
  205. "text": "首页"
  206. },
  207. {
  208. "pagePath": "pages/user/index",
  209. "iconPath": "static/tab/my.png",
  210. "selectedIconPath": "static/tab/my_s.png",
  211. "text": "我的"
  212. }
  213. ]
  214. },
  215. "globalStyle": {
  216. "navigationBarTextStyle": "black",
  217. "navigationBarTitleText": "岑溪人民医院",
  218. "navigationBarBackgroundColor": "#f1f1f1"
  219. }
  220. }