1
0

pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/other/agreement",
  59. "style": {
  60. "navigationBarTitleText": "协议"
  61. }
  62. },
  63. {
  64. "path": "pages/user/info",
  65. "style": {
  66. "navigationBarTitleText": "我的信息"
  67. }
  68. },
  69. {
  70. "path": "pages/other/setting",
  71. "style": {
  72. "navigationBarTitleText": "设置"
  73. }
  74. },
  75. {
  76. "path": "pages/follow/index",
  77. "style": {
  78. "navigationBarTitleText": "我的回访"
  79. }
  80. },
  81. {
  82. "path": "pages/department/index",
  83. "style": {
  84. "navigationBarTitleText": "科室介绍"
  85. }
  86. },
  87. {
  88. "path": "pages/doctor/detail",
  89. "style": {
  90. "navigationBarTitleText": "医生介绍"
  91. }
  92. },
  93. {
  94. "path": "pages/user/bind/index",
  95. "style": {
  96. "navigationBarTitleText": "我的就诊人"
  97. }
  98. },
  99. {
  100. "path": "pages/user/bind/add",
  101. "style": {
  102. "navigationBarTitleText": "绑定就诊人"
  103. }
  104. },
  105. {
  106. "path": "pages/detection/index",
  107. "style": {
  108. "navigationBarTitleText": "检测报告"
  109. }
  110. },
  111. {
  112. "path": "pages/visit/index",
  113. "style": {
  114. "navigationBarTitleText": "就诊记录"
  115. }
  116. },
  117. {
  118. "path": "pages/visit/detail",
  119. "style": {
  120. "navigationBarTitleText": "就诊详情"
  121. }
  122. },
  123. {
  124. "path": "pages/detection/detail",
  125. "style": {
  126. "navigationBarTitleText": "检测报告详情"
  127. }
  128. },
  129. {
  130. "path": "pages/user/bind/detail",
  131. "style": {
  132. "navigationBarTitleText": "就诊人信息"
  133. }
  134. },
  135. {
  136. "path" : "pages/follow/remind",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : "复诊提醒"
  140. }
  141. },
  142. {
  143. "path" : "pages/user/loginDoctor",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : "医生登录",
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path" : "pages/knowledge/doctor/index",
  152. "style" :
  153. {
  154. "navigationBarTitleText" : "我的知识库"
  155. }
  156. },
  157. {
  158. "path" : "pages/knowledge/doctor/add",
  159. "style" :
  160. {
  161. "navigationBarTitleText" : "新增知识库"
  162. }
  163. },
  164. {
  165. "path" : "pages/follow/doctor/index",
  166. "style" :
  167. {
  168. "navigationBarTitleText" : "随访记录"
  169. }
  170. },
  171. {
  172. "path" : "pages/follow/doctor/add",
  173. "style" :
  174. {
  175. "navigationBarTitleText" : "新增"
  176. }
  177. },
  178. {
  179. "path" : "pages/follow/doctor/selectUser",
  180. "style" :
  181. {
  182. "navigationBarTitleText" : "选择患者"
  183. }
  184. },
  185. {
  186. "path": "components/u-avatar-cropper/u-avatar-cropper",
  187. "style": {
  188. "navigationBarTitleText": "图片裁剪",
  189. "navigationBarBackgroundColor": "#000000"
  190. }
  191. },
  192. {
  193. "path": "pages/user/pass",
  194. "style": {
  195. "navigationBarTitleText": "修改密码"
  196. }
  197. },
  198. {
  199. "path" : "pages/notice/index",
  200. "style" :
  201. {
  202. "navigationBarTitleText" : "通知公告"
  203. }
  204. },
  205. {
  206. "path" : "pages/notice/detail",
  207. "style" :
  208. {
  209. "navigationBarTitleText" : "公告详情"
  210. }
  211. },
  212. {
  213. "path" : "pages/visit/doctor/selectUser",
  214. "style" :
  215. {
  216. "navigationBarTitleText" : "选择患者"
  217. }
  218. },
  219. {
  220. "path" : "pages/visit/doctor/list",
  221. "style" :
  222. {
  223. "navigationBarTitleText" : "就诊记录"
  224. }
  225. },
  226. {
  227. "path" : "pages/visit/doctor/detail",
  228. "style" :
  229. {
  230. "navigationBarTitleText" : "就诊详情"
  231. }
  232. },
  233. {
  234. "path" : "pages/detection/doctor/selectUser",
  235. "style" :
  236. {
  237. "navigationBarTitleText" : "选择患者"
  238. }
  239. },
  240. {
  241. "path" : "pages/detection/doctor/list",
  242. "style" :
  243. {
  244. "navigationBarTitleText" : "检测报告"
  245. }
  246. },
  247. {
  248. "path" : "pages/detection/doctor/detail",
  249. "style" :
  250. {
  251. "navigationBarTitleText" : "检测报告详情"
  252. }
  253. },
  254. {
  255. "path" : "pages/department/detail",
  256. "style" :
  257. {
  258. "navigationBarTitleText" : "科室详情"
  259. }
  260. },
  261. {
  262. "path" : "pages/department/search",
  263. "style" :
  264. {
  265. "navigationBarTitleText" : "搜索科室"
  266. }
  267. },
  268. {
  269. "path" : "pages/doctor/search",
  270. "style" :
  271. {
  272. "navigationBarTitleText" : "搜索医生"
  273. }
  274. }
  275. ],
  276. "tabBar": {
  277. "color": "#7A7E83",
  278. "selectedColor": "#4581fb",
  279. "borderStyle": "black",
  280. "backgroundColor": "#F8F8F8",
  281. "list": [{
  282. "pagePath": "pages/index/index",
  283. "iconPath": "static/tab/sy.png",
  284. "selectedIconPath": "static/tab/sy_s.png",
  285. "text": "首页"
  286. },
  287. {
  288. "pagePath": "pages/user/index",
  289. "iconPath": "static/tab/my.png",
  290. "selectedIconPath": "static/tab/my_s.png",
  291. "text": "我的"
  292. }
  293. ]
  294. },
  295. "globalStyle": {
  296. "navigationBarTextStyle": "black",
  297. "navigationBarTitleText": "岑溪人民医院",
  298. "navigationBarBackgroundColor": "#f1f1f1"
  299. }
  300. }