pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/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. }
  11. },
  12. {
  13. "path": "pages/login/login",
  14. "style": {
  15. "navigationBarTitleText": "登录"
  16. }
  17. },
  18. {
  19. "path": "pages/login/reg",
  20. "style": {
  21. "navigationBarTitleText": "注册"
  22. }
  23. },
  24. {
  25. "path": "pages/login/doctorRenzheng",
  26. "style": {
  27. "navigationBarTitleText": "医生认证"
  28. }
  29. },
  30. // 会话文件夹
  31. //会话
  32. {
  33. "path": "pages/conversation/conversation",
  34. "style": {
  35. "navigationBarTitleText": "会话"
  36. }
  37. },
  38. //会话窗口
  39. {
  40. "path": "pages/conversation/conversationWindow",
  41. "style": {
  42. "navigationBarTitleText": "会话窗口"
  43. }
  44. },
  45. //通话记录
  46. {
  47. "path": "pages/conversation/call",
  48. "style": {
  49. "navigationBarTitleText": "通话记录"
  50. }
  51. },
  52. /*********************患者咨询zixun*********************/
  53. //患者咨询 历史咨询 zixun
  54. {
  55. "path": "pages/zixun/zixun",
  56. "style": {
  57. "navigationBarTitleText": "患者咨询"
  58. // "navigationBarTitleText": "门诊预约",
  59. // "navigationBarTitleText": "门诊历史"
  60. }
  61. },
  62. //图文详情咨询 历史图文咨询 电话咨询 电话咨询历史 xiangqing
  63. {
  64. "path": "pages/zixun/xiangqing",
  65. "style": {
  66. "navigationBarTitleText": "咨询详情"
  67. // "navigationBarTitleText": "预约详情"
  68. }
  69. },
  70. /*********************门诊预约*********************/
  71. //门诊预约 门诊历史 同患者咨询
  72. //门诊预约详情 同图文详情咨询
  73. /*********************门诊排班*********************/
  74. //门诊排班 Scheduling 不新建文件夹
  75. {
  76. "path": "pages/Scheduling",
  77. "style": {
  78. "navigationBarTitleText": "门诊排班"
  79. }
  80. },
  81. /*********************意见管理opinion*********************/
  82. //意见管理opinion
  83. {
  84. "path": "pages/opinion/opinion",
  85. "style": {
  86. "navigationBarTitleText": "意见管理"
  87. }
  88. },
  89. //意见详情opiniondetails
  90. {
  91. "path": "pages/opinion/opiniondetails",
  92. "style": {
  93. "navigationBarTitleText": "意见详情"
  94. }
  95. },
  96. /*********************服务设置service*********************/
  97. //服务设置setservice
  98. {
  99. "path": "pages/service/setservice",
  100. "style": {
  101. "navigationBarTitleText": "服务设置"
  102. }
  103. },
  104. //服务设置(更多)more
  105. {
  106. "path": "pages/service/more",
  107. "style": {
  108. "navigationBarTitleText": "服务设置"
  109. }
  110. },
  111. /*********************患者管理patient*********************/
  112. //患者管理patient
  113. {
  114. "path": "pages/patient/patient",
  115. "style": {
  116. "navigationBarTitleText": "患者管理"
  117. }
  118. },
  119. //患者详情patientxq
  120. {
  121. "path": "pages/patient/patientxq",
  122. "style": {
  123. "navigationBarTitleText": "患者详情"
  124. }
  125. },
  126. //档案详情patientda
  127. {
  128. "path": "pages/patient/patientda",
  129. "style": {
  130. "navigationBarTitleText": "档案详情"
  131. }
  132. },
  133. /*********************个人信息文件夹information******************/
  134. //个人信息information
  135. {
  136. "path": "pages/information/information",
  137. "style": {
  138. "navigationBarTitleText": "信息编辑"
  139. }
  140. },
  141. //修改密码modifypassword
  142. {
  143. "path": "pages/information/modifypassword",
  144. "style": {
  145. "navigationBarTitleText": "信息编辑"
  146. }
  147. }
  148. ],
  149. "globalStyle": {
  150. "navigationBarTextStyle": "black",
  151. "navigationBarTitleText": "uni-app",
  152. "navigationBarBackgroundColor": "#F8F8F8",
  153. "backgroundColor": "#F8F8F8"
  154. },
  155. "tabBar": {
  156. "color": "#C0C4CC", //未选中的菜单文字颜色
  157. "selectedColor": "#fab6b6", //选中时的菜单文字颜色
  158. "borderStyle": "black",
  159. "backgroundColor": "#ffffff", //背景
  160. "list": [{
  161. "pagePath": "pages/index/index", //页面地址
  162. "iconPath": "", //未选中时的图片
  163. "selectedIconPath": "", //选中时的图片
  164. "text": "首页" //菜单文字
  165. },
  166. {
  167. "pagePath": "pages/conversation/conversation",
  168. "iconPath": "",
  169. "selectedIconPath": "",
  170. "text": "会话"
  171. }
  172. ]
  173. },
  174. "condition": { //模式配置,仅开发期间生效
  175. "current": 0, //当前激活的模式(list 的索引项)
  176. "list": [{
  177. "name": "test", //模式名称
  178. "path": "pages/service/setservice", //启动页面,必选
  179. "query": "" //启动参数,在页面的onLoad函数里面得到
  180. }]
  181. }
  182. }