123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
- "^uni-(.*)": "@dcloudio/uniui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "onReachBottomDistance": 20
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/reg",
- "style": {
- "navigationBarTitleText": "注册"
- }
- },
- {
- "path": "pages/login/doctorRenzheng",
- "style": {
- "navigationBarTitleText": "医生认证"
- }
- },
- // 会话文件夹
- //会话
- {
- "path": "pages/conversation/conversation",
- "style": {
- "navigationBarTitleText": "会话"
- }
- },
- //会话窗口
- {
- "path": "pages/conversation/conversationWindow",
- "style": {
- "navigationBarTitleText": "会话窗口",
- "enablePullDownRefresh": true, //设置为true表示当前页面开启下拉刷新
- "backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/light
- }
- },
- //通话记录
- {
- "path": "pages/conversation/call",
- "style": {
- "navigationBarTitleText": "通话记录"
- }
- },
- /*********************患者咨询zixun*********************/
- //患者咨询 历史咨询 zixun
- {
- "path": "pages/zixun/zixun",
- "style": {
- "navigationBarTitleText": "患者咨询",
- "onReachBottomDistance": 20
- // "navigationBarTitleText": "门诊预约",
- // "navigationBarTitleText": "门诊历史"
- }
- },
- //图文详情咨询 历史图文咨询 电话咨询 电话咨询历史 xiangqing
- {
- "path": "pages/zixun/xiangqing",
- "style": {
- "navigationBarTitleText": "咨询详情"
- // "navigationBarTitleText": "预约详情"
- }
- },
- /*********************门诊预约*********************/
- //门诊预约 门诊历史
- {
- "path": "pages/menzhen/menzhen",
- "style": {
- "navigationBarTitleText": "门诊预约",
- "onReachBottomDistance": 20
- }
- },
- //门诊预约详情
- {
- "path": "pages/menzhen/menzhenxq",
- "style": {
- "navigationBarTitleText": "咨询详情"
- // "navigationBarTitleText": "预约详情"
- }
- },
- /*********************门诊排班Scheduling*********************/
- {
- "path": "pages/scheduling/Scheduling",
- "style": {
- "navigationBarTitleText": "门诊排班"
- }
- },
- {
- "path": "pages/scheduling/old_Scheduling",
- "style": {
- "navigationBarTitleText": "门诊排班"
- }
- },
- {
- "path": "pages/scheduling/year_Scheduling",
- "style": {
- "navigationBarTitleText": "年视图"
- }
- },
- {
- "path": "pages/scheduling/month_Scheduling",
- "style": {
- "navigationBarTitleText": "排班设置"
- }
- },
- {
- "path": "pages/scheduling/week_Scheduling",
- "style": {
- "navigationBarTitleText": "周排班"
- }
- },
- /*********************意见管理opinion*********************/
- //意见管理opinion
- {
- "path": "pages/opinion/opinion",
- "style": {
- "navigationBarTitleText": "意见管理",
- "onReachBottomDistance": 20
- }
- },
- //意见详情opiniondetails
- {
- "path": "pages/opinion/opiniondetails",
- "style": {
- "navigationBarTitleText": "意见详情"
- }
- },
- /*********************服务设置service*********************/
- //服务设置setservice
- {
- "path": "pages/service/setservice",
- "style": {
- "navigationBarTitleText": "服务设置"
- }
- },
- //服务设置(更多)more
- {
- "path": "pages/service/more",
- "style": {
- "navigationBarTitleText": "服务设置"
- }
- },
- /*********************患者管理patient*********************/
- //患者管理patient
- {
- "path": "pages/patient/patient",
- "style": {
- "navigationBarTitleText": "患者管理"
- }
- },
- //患者详情patientxq
- {
- "path": "pages/patient/patientxq",
- "style": {
- "navigationBarTitleText": "患者详情"
- }
- },
- //档案详情patientda
- {
- "path": "pages/patient/patientda",
- "style": {
- "navigationBarTitleText": "档案详情"
- }
- },
- {
- "path": "pages/patient/wechatrecord",
- "style": {
- "navigationBarTitleText": "问诊记录"
- }
- },
- /*********************个人信息文件夹information******************/
- //个人信息information
- {
- "path": "pages/information/information",
- "style": {
- "navigationBarTitleText": "信息编辑"
- }
- },
- //修改密码modifypassword
- {
- "path": "pages/information/modifypassword",
- "style": {
- "navigationBarTitleText": "信息编辑"
- }
- },
- /**************我的评价************/
- {
- "path": "pages/me_evaluate",
- "style": {
- "navigationBarTitleText": "我的评价"
- }
- }
- // ,
- /*******医生标签******/
- // {
- // "path": "pages/information/doctor_label",
- // "style": {
- // "navigationBarTitleText": "标签管理"
- // }
- // }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#C0C4CC", //未选中的菜单文字颜色
- "selectedColor": "#00aaff", //选中时的菜单文字颜色
- "borderStyle": "black",
- "backgroundColor": "#ffffff", //背景
- "list": [{
- "pagePath": "pages/index/index", //页面地址
- "iconPath": "/static/home/shouye.png", //未选中时的图片
- "selectedIconPath": "/static/home/shouye1.png", //选中时的图片
- "text": "首页" //菜单文字
- },
- {
- "pagePath": "pages/conversation/conversation",
- "iconPath": "/static/home/huihua.png",
- "selectedIconPath": "/static/home/huihua1.png",
- "text": "会话"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "test", //模式名称
- "path": "pages/conversation/call", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|