pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path" : "pages/knowledge/doctor/index",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "我的知识库"
  154. }
  155. },
  156. {
  157. "path" : "pages/knowledge/doctor/add",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "新增知识库"
  161. }
  162. },
  163. {
  164. "path" : "pages/follow/doctor/index",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "随访记录"
  168. }
  169. },
  170. {
  171. "path" : "pages/follow/doctor/add",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "新增"
  175. }
  176. },
  177. {
  178. "path" : "pages/follow/doctor/selectUser",
  179. "style" :
  180. {
  181. "navigationBarTitleText" : "选择患者"
  182. }
  183. },
  184. {
  185. "path": "components/u-avatar-cropper/u-avatar-cropper",
  186. "style": {
  187. "navigationBarTitleText": "图片裁剪",
  188. "navigationBarBackgroundColor": "#000000"
  189. }
  190. },
  191. {
  192. "path": "pages/user/pass",
  193. "style": {
  194. "navigationBarTitleText": "修改密码"
  195. }
  196. },
  197. {
  198. "path" : "pages/notice/index",
  199. "style" :
  200. {
  201. "navigationBarTitleText" : "通知公告"
  202. }
  203. },
  204. {
  205. "path" : "pages/notice/detail",
  206. "style" :
  207. {
  208. "navigationBarTitleText" : "公告详情"
  209. }
  210. }
  211. ],
  212. "tabBar": {
  213. "color": "#7A7E83",
  214. "selectedColor": "#4581fb",
  215. "borderStyle": "black",
  216. "backgroundColor": "#F8F8F8",
  217. "list": [{
  218. "pagePath": "pages/index/index",
  219. "iconPath": "static/tab/sy.png",
  220. "selectedIconPath": "static/tab/sy_s.png",
  221. "text": "首页"
  222. },
  223. {
  224. "pagePath": "pages/user/index",
  225. "iconPath": "static/tab/my.png",
  226. "selectedIconPath": "static/tab/my_s.png",
  227. "text": "我的"
  228. }
  229. ]
  230. },
  231. "globalStyle": {
  232. "navigationBarTextStyle": "black",
  233. "navigationBarTitleText": "岑溪人民医院",
  234. "navigationBarBackgroundColor": "#f1f1f1"
  235. }
  236. }