pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  6. "^uni-(.*)": "@dcloudio/uniui/lib/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "onReachBottomDistance": 20
  15. }
  16. },
  17. {
  18. "path": "pages/login/login",
  19. "style": {
  20. "navigationBarTitleText": "登录"
  21. }
  22. },
  23. {
  24. "path": "pages/login/reg",
  25. "style": {
  26. "navigationBarTitleText": "注册"
  27. }
  28. },
  29. {
  30. "path": "pages/login/doctorRenzheng",
  31. "style": {
  32. "navigationBarTitleText": "医生认证"
  33. }
  34. },
  35. // 会话文件夹
  36. //会话
  37. {
  38. "path": "pages/conversation/conversation",
  39. "style": {
  40. "navigationBarTitleText": "会话"
  41. }
  42. },
  43. //会话窗口
  44. {
  45. "path": "pages/conversation/conversationWindow",
  46. "style": {
  47. "navigationBarTitleText": "会话窗口",
  48. "enablePullDownRefresh": true, //设置为true表示当前页面开启下拉刷新
  49. "backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/light
  50. }
  51. },
  52. //通话记录
  53. {
  54. "path": "pages/conversation/call",
  55. "style": {
  56. "navigationBarTitleText": "通话记录"
  57. }
  58. },
  59. /*********************患者咨询zixun*********************/
  60. //患者咨询 历史咨询 zixun
  61. {
  62. "path": "pages/zixun/zixun",
  63. "style": {
  64. "navigationBarTitleText": "患者咨询",
  65. "onReachBottomDistance": 20
  66. // "navigationBarTitleText": "门诊预约",
  67. // "navigationBarTitleText": "门诊历史"
  68. }
  69. },
  70. //图文详情咨询 历史图文咨询 电话咨询 电话咨询历史 xiangqing
  71. {
  72. "path": "pages/zixun/xiangqing",
  73. "style": {
  74. "navigationBarTitleText": "咨询详情"
  75. // "navigationBarTitleText": "预约详情"
  76. }
  77. },
  78. /*********************门诊预约*********************/
  79. //门诊预约 门诊历史
  80. {
  81. "path": "pages/menzhen/menzhen",
  82. "style": {
  83. "navigationBarTitleText": "门诊预约",
  84. "onReachBottomDistance": 20
  85. }
  86. },
  87. //门诊预约详情
  88. {
  89. "path": "pages/menzhen/menzhenxq",
  90. "style": {
  91. "navigationBarTitleText": "咨询详情"
  92. // "navigationBarTitleText": "预约详情"
  93. }
  94. },
  95. /*********************门诊排班Scheduling*********************/
  96. {
  97. "path": "pages/scheduling/Scheduling",
  98. "style": {
  99. "navigationBarTitleText": "门诊排班"
  100. }
  101. },
  102. {
  103. "path": "pages/scheduling/old_Scheduling",
  104. "style": {
  105. "navigationBarTitleText": "门诊排班"
  106. }
  107. },
  108. {
  109. "path": "pages/scheduling/year_Scheduling",
  110. "style": {
  111. "navigationBarTitleText": "年视图"
  112. }
  113. },
  114. {
  115. "path": "pages/scheduling/month_Scheduling",
  116. "style": {
  117. "navigationBarTitleText": "排班设置"
  118. }
  119. },
  120. {
  121. "path": "pages/scheduling/week_Scheduling",
  122. "style": {
  123. "navigationBarTitleText": "周排班"
  124. }
  125. },
  126. /*********************意见管理opinion*********************/
  127. //意见管理opinion
  128. {
  129. "path": "pages/opinion/opinion",
  130. "style": {
  131. "navigationBarTitleText": "意见管理",
  132. "onReachBottomDistance": 20
  133. }
  134. },
  135. //意见详情opiniondetails
  136. {
  137. "path": "pages/opinion/opiniondetails",
  138. "style": {
  139. "navigationBarTitleText": "意见详情"
  140. }
  141. },
  142. /*********************服务设置service*********************/
  143. //服务设置setservice
  144. {
  145. "path": "pages/service/setservice",
  146. "style": {
  147. "navigationBarTitleText": "服务设置"
  148. }
  149. },
  150. //服务设置(更多)more
  151. {
  152. "path": "pages/service/more",
  153. "style": {
  154. "navigationBarTitleText": "服务设置"
  155. }
  156. },
  157. /*********************患者管理patient*********************/
  158. //患者管理patient
  159. {
  160. "path": "pages/patient/patient",
  161. "style": {
  162. "navigationBarTitleText": "患者管理"
  163. }
  164. },
  165. //患者详情patientxq
  166. {
  167. "path": "pages/patient/patientxq",
  168. "style": {
  169. "navigationBarTitleText": "患者详情"
  170. }
  171. },
  172. //档案详情patientda
  173. {
  174. "path": "pages/patient/patientda",
  175. "style": {
  176. "navigationBarTitleText": "档案详情"
  177. }
  178. },
  179. {
  180. "path": "pages/patient/wechatrecord",
  181. "style": {
  182. "navigationBarTitleText": "问诊记录"
  183. }
  184. },
  185. /*********************个人信息文件夹information******************/
  186. //个人信息information
  187. {
  188. "path": "pages/information/information",
  189. "style": {
  190. "navigationBarTitleText": "信息编辑"
  191. }
  192. },
  193. //修改密码modifypassword
  194. {
  195. "path": "pages/information/modifypassword",
  196. "style": {
  197. "navigationBarTitleText": "信息编辑"
  198. }
  199. },
  200. /**************我的评价************/
  201. {
  202. "path": "pages/me_evaluate",
  203. "style": {
  204. "navigationBarTitleText": "我的评价"
  205. }
  206. }
  207. // ,
  208. /*******医生标签******/
  209. // {
  210. // "path": "pages/information/doctor_label",
  211. // "style": {
  212. // "navigationBarTitleText": "标签管理"
  213. // }
  214. // }
  215. ],
  216. "globalStyle": {
  217. "navigationBarTextStyle": "black",
  218. "navigationBarTitleText": "uni-app",
  219. "navigationBarBackgroundColor": "#F8F8F8",
  220. "backgroundColor": "#F8F8F8"
  221. },
  222. "tabBar": {
  223. "color": "#C0C4CC", //未选中的菜单文字颜色
  224. "selectedColor": "#00aaff", //选中时的菜单文字颜色
  225. "borderStyle": "black",
  226. "backgroundColor": "#ffffff", //背景
  227. "list": [{
  228. "pagePath": "pages/index/index", //页面地址
  229. "iconPath": "/static/home/shouye.png", //未选中时的图片
  230. "selectedIconPath": "/static/home/shouye1.png", //选中时的图片
  231. "text": "首页" //菜单文字
  232. },
  233. {
  234. "pagePath": "pages/conversation/conversation",
  235. "iconPath": "/static/home/huihua.png",
  236. "selectedIconPath": "/static/home/huihua1.png",
  237. "text": "会话"
  238. }
  239. ]
  240. },
  241. "condition": { //模式配置,仅开发期间生效
  242. "current": 0, //当前激活的模式(list 的索引项)
  243. "list": [{
  244. "name": "test", //模式名称
  245. "path": "pages/conversation/call", //启动页面,必选
  246. "query": "" //启动参数,在页面的onLoad函数里面得到
  247. }]
  248. }
  249. }