865 lines
23 KiB
JSON
865 lines
23 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "pages/myinformation/myinformation",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "pages/message/message",
|
||
"style": {
|
||
"navigationBarTitleText": "消息中心",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "pages/medicalservice/medicalservice",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "pagesB",
|
||
"pages": [{
|
||
"path": "register/register",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Behaviorpoints/Behaviorpoints",
|
||
"style": {
|
||
"navigationBarTitleText": "积分兑换",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "location/location",
|
||
"style": {
|
||
"navigationBarTitleText": "定位",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "facecollection/facecollection",
|
||
"style": {
|
||
"navigationBarTitleText": "人脸采集",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "solution/solution",
|
||
"style": {
|
||
"navigationBarTitleText": "视频通话",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "orderlist/orderlist",
|
||
"style": {
|
||
"navigationBarTitleText": "预约详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "screenorder/screenorder",
|
||
"style": {
|
||
"navigationBarTitleText": "筛查预约",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "managefamily/managefamily",
|
||
"style": {
|
||
"navigationBarTitleText": "管理家庭成员",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "healthybeans/healthybeans",
|
||
"style": {
|
||
"navigationBarTitleText": "健康豆",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "hospitalcare/hospitalcare",
|
||
"style": {
|
||
"navigationBarTitleText": "院内陪护",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "imagetextConsultation/imagetextConsultation",
|
||
"style": {
|
||
"navigationBarTitleText": "图文问诊",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "createnewconsultation/createnewconsultation",
|
||
"style": {
|
||
"navigationBarTitleText": "新建图文问诊",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "appointmenttime/appointmenttime",
|
||
"style": {
|
||
"navigationBarTitleText": "预约时间",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "information/information",
|
||
"style": {
|
||
"navigationBarTitleText": "完善个人信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Nursingstationserviceorder/Nursingstationserviceorder",
|
||
"style": {
|
||
"navigationBarTitleText": "护理机构服务订单",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "medicine/medicine",
|
||
"style": {
|
||
"navigationBarTitleText": "齐鲁名医",
|
||
"enablePullDownRefresh": false,
|
||
"disableScroll": true
|
||
}
|
||
}, {
|
||
"path": "confirmation/confirmation",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "预约时间"
|
||
}
|
||
}, {
|
||
"path": "CommodityDetails/CommodityDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "coupon/coupon",
|
||
"style": {
|
||
"navigationBarTitleText": "优惠券",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "modify/modify",
|
||
"style": {
|
||
"navigationBarTitleText": "修改信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "ProjectDetails/ProjectDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "护理项目详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "modifyAddress/modifyAddress",
|
||
"style": {
|
||
"navigationBarTitleText": "修改地址",
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "lookrate/lookrate",
|
||
"style": {
|
||
"navigationBarTitleText": "查看评价",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "ServiceDetails/ServiceDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "服务详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "goodsorderRate/goodsorderRate",
|
||
"style": {
|
||
"navigationBarTitleText": "发表评价",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "paysuccess/paysuccess",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "ratesuccess/ratesuccess",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "shopping/shopping", //商城
|
||
"style": {
|
||
"navigationBarTitleText": "医路优品",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "CommodityOrder/CommodityOrder",
|
||
"style": {
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"navigationBarTitleText": "商品订单",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "orderDetails/orderDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "cancelorder/cancelorder",
|
||
"style": {
|
||
"navigationBarTitleText": "取消订单",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "logistics/logistics",
|
||
"style": {
|
||
"navigationBarTitleText": "查看物流",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Aftersalesdetails/Aftersalesdetails",
|
||
"style": {
|
||
"navigationBarTitleText": "售后详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Applforrefund/Applforrefund",
|
||
"style": {
|
||
"navigationBarTitleText": "申请退款",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "refundType/refundType",
|
||
"style": {
|
||
"navigationBarTitleText": "选择退款类型",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "ProductList/ProductList", //商品列表
|
||
"style": {
|
||
"navigationBarTitleText": "健康商城",
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "nursestation/nursestation",
|
||
"style": {
|
||
"navigationBarTitleText": "护理机构详情",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "site/site",
|
||
"style": {
|
||
"navigationBarTitleText": "护理机构",
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "classification/classification",
|
||
"style": {
|
||
"navigationBarTitleText": "分类",
|
||
"enablePullDownRefresh": false,
|
||
"disableScroll": true
|
||
}
|
||
}, {
|
||
"path": "Healthknowledge/Healthknowledge",
|
||
"style": {
|
||
"navigationBarTitleText": "健康常识",
|
||
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "Healthitem/Healthitem",
|
||
"style": {
|
||
"navigationBarTitleText": "健康常识",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "materialbenefits/materialbenefits",
|
||
"style": {
|
||
"navigationBarTitleText": "新人福利",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Moreoptions/Moreoptions",
|
||
"style": {
|
||
"navigationBarTitleText": "护理机构",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "exchangerecords/exchangerecords",
|
||
"style": {
|
||
"navigationBarTitleText": "兑换记录",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "familymemberdetail/familymemberdetail",
|
||
"style": {
|
||
"navigationBarTitleText": "家庭成员详情",
|
||
"enablePullDownRefresh": false
|
||
|
||
}
|
||
}, {
|
||
"path": "consultationplatform/consultationplatform",
|
||
"style": {
|
||
"navigationBarTitleText": "问诊平台",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "doctordetails/doctordetails",
|
||
"style": {
|
||
"navigationBarTitleText": "医生详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "ExpertlookOrder/ExpertlookOrder",
|
||
"style": {
|
||
// "navigationBarTitleText": "专家咨询订单",
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
// "enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "consulted/consulted",
|
||
"style": {
|
||
// "navigationBarTitleText": "待咨询",
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "PointsMall/PointsMall",
|
||
"style": {
|
||
"navigationBarTitleText": "积分商城",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "screeningResult/screeningResult",
|
||
"style": {
|
||
"navigationBarTitleText": "筛查结果",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "screeningRecord/screeningRecord",
|
||
"style": {
|
||
"navigationBarTitleText": "筛查记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "SelectItem/SelectItem",
|
||
"style": {
|
||
"navigationBarTitleText": "选择项目",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "mysigning/mysigning",
|
||
"style": {
|
||
"navigationBarTitleText": "我的签约",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "myfamilydoctorteam/myfamilydoctorteam",
|
||
"style": {
|
||
"navigationBarTitleText": "我的家庭医生团队",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "performancedetails/performancedetails",
|
||
"style": {
|
||
"navigationBarTitleText": "履约详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "AddMembers/AddMembers",
|
||
"style": {
|
||
"navigationBarTitleText": "添加成员",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Serviceevaluation/Serviceevaluation",
|
||
"style": {
|
||
"onReachBottomDistance": 40,
|
||
"navigationBarTitleText": "服务评价",
|
||
"enablePullDownRefresh": false,
|
||
"onReachBottom": true
|
||
}
|
||
}, {
|
||
"path": "evaluate/evaluate",
|
||
"style": {
|
||
"navigationBarTitleText": "评价",
|
||
"onReachBottomDistance": 40,
|
||
"enablePullDownRefresh": false,
|
||
"onReachBottom": true
|
||
}
|
||
}, {
|
||
"path": "myevaluation/myevaluation",
|
||
"style": {
|
||
"navigationBarTitleText": "我的评价",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "behavior/behavior",
|
||
"style": {
|
||
"navigationBarTitleText": "健康行为",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "threeHighsAndSixDiseases/threeHighsAndSixDiseases",
|
||
"style": {
|
||
"navigationBarTitleText": "三高六病",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "threeHundredAndSixty/threeHundredAndSixty",
|
||
"style": {
|
||
"navigationBarTitleText": "360健康画像",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "FiveCardPackage/FiveCardPackage",
|
||
"style": {
|
||
"navigationBarTitleText": "五卡套餐",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "applicationRecord/applicationRecord",
|
||
"style": {
|
||
"navigationBarTitleText": "申请记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Prescriptionrecords/Prescriptionrecords",
|
||
"style": {
|
||
"navigationBarTitleText": "健康教育处方记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Precords/Precords",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "Healthindex/Healthindex",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
}
|
||
]
|
||
}, {
|
||
"root": "pagesC",
|
||
"pages": [{
|
||
"path": "appointmenttime/appointmenttime",
|
||
"style": {
|
||
"navigationBarTitleText": "服务预约",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "nurseRecord/nurseRecord",
|
||
"style": {
|
||
"navigationBarTitleText": "照护记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "nurseRecordDetail/nurseRecordDetail",
|
||
"style": {
|
||
"navigationBarTitleText": "照护详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "integration/integration",
|
||
"style": {
|
||
"navigationBarTitleText": "一体化照护方案",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Filinginformation/Filinginformation",
|
||
"style": {
|
||
"navigationBarTitleText": "查看建档信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Onlinesigning/Onlinesigning",
|
||
"style": {
|
||
"navigationBarTitleText": "在线签约",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Screeningdetails/Screeningdetails",
|
||
"style": {
|
||
"navigationBarTitleText": "筛查详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Healthrecords/Healthrecords",
|
||
"style": {
|
||
"navigationBarTitleText": "健康档案",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "Screeningrecords/Screeningrecords",
|
||
"style": {
|
||
"navigationBarTitleText": "筛查记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "ServiceAppointment/ServiceAppointment",
|
||
"style": {
|
||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||
"navigationBarTitleText": "商品订单",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
},
|
||
{
|
||
"path": "servicerecord/servicerecord",
|
||
"style": {
|
||
"navigationBarTitleText": "服务记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Myappointment/Myappointment",
|
||
"style": {
|
||
"navigationBarTitleText": "我的预约",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "healthtest/healthtest",
|
||
"style": {
|
||
"navigationBarTitleText": "健康自评",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "Physicalexamination/Physicalexamination",
|
||
"style": {
|
||
"navigationBarTitleText": "体征检测",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "seekadvicefrom/seekadvicefrom",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom",
|
||
"app-plus": {
|
||
"softinputMode": "adjustResize"
|
||
}
|
||
}
|
||
}, {
|
||
"path": "choosedoctor/choosedoctor",
|
||
"style": {
|
||
"navigationBarTitleText": "选择医生",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "selectInstitution/selectInstitution",
|
||
"style": {
|
||
"navigationBarTitleText": "选择签约机构",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "addequipment/addequipment",
|
||
"style": {
|
||
"navigationBarTitleText": "设备绑定",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "healthdata/healthdata",
|
||
"style": {
|
||
"navigationBarTitleText": "体征检测",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
|
||
}, {
|
||
"path": "addsugar/addsugar",
|
||
"style": {
|
||
"navigationBarTitleText": "记录血糖",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addPressure/addPressure",
|
||
"style": {
|
||
"navigationBarTitleText": "记录血压",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addTemperature/addTemperature",
|
||
"style": {
|
||
"navigationBarTitleText": "记录体温",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addBloodFat/addBloodFat",
|
||
"style": {
|
||
"navigationBarTitleText": "记录血脂",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addBMI/addBMI",
|
||
"style": {
|
||
"navigationBarTitleText": "记录BMI",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addBloodOxygen/addBloodOxygen",
|
||
"style": {
|
||
"navigationBarTitleText": "记录血氧",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "addHeartRate/addHeartRate",
|
||
"style": {
|
||
"navigationBarTitleText": "记录心率",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "devicelist/devicelist",
|
||
"style": {
|
||
"navigationBarTitleText": "设备列表",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "testreport/testreport",
|
||
"style": {
|
||
"navigationBarTitleText": "检测报告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "notice/notice",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||
"enablePullDownRefresh": true //设置参数为true
|
||
}
|
||
}, {
|
||
"path": "noticedetails/noticedetails",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "myinformation/myinformation",
|
||
"style": {
|
||
"navigationBarTitleText": "个人信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "archivesphysicalexamination/physicalexamination",
|
||
"style": {
|
||
"navigationBarTitleText": "体检报告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "hypertension/hypertension",
|
||
"style": {
|
||
"navigationBarTitleText": "高血压随访",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "diabetes/diabetes",
|
||
"style": {
|
||
"navigationBarTitleText": "糖尿病随访",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "subsequentVisitRecord/subsequentVisitRecord",
|
||
"style": {
|
||
"navigationBarTitleText": "复诊记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "wxSport/wxSport",
|
||
"style": {
|
||
"navigationBarTitleText": "微信运动",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "contractsigningprotocol/contractsigningprotocol",
|
||
"style": {
|
||
"navigationBarTitleText": "签约协议",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "H5Healthrecord/H5Healthrecord",
|
||
"style": {
|
||
"navigationBarTitleText": "健康档案",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
}, {
|
||
"root": "questionnaire",
|
||
"pages": [{
|
||
"path": "hypertension/hypertension",
|
||
"style": {
|
||
"navigationBarTitleText": "高血压评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "diabetes/diabetes",
|
||
"style": {
|
||
"navigationBarTitleText": "糖尿病评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "copd/copd",
|
||
"style": {
|
||
"navigationBarTitleText": "慢阻肺评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "cerebralapoplexy/cerebralapoplexy",
|
||
"style": {
|
||
"navigationBarTitleText": "脑卒中评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "chronicdisease/chronicdisease",
|
||
"style": {
|
||
"navigationBarTitleText": "慢病评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "nephropathy/nephropathy",
|
||
"style": {
|
||
"navigationBarTitleText": "糖尿病肾病评估报告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Ophthalmopathy/Ophthalmopathy",
|
||
"style": {
|
||
"navigationBarTitleText": "糖尿病眼病评估报告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "Footdisease/Footdisease",
|
||
"style": {
|
||
"navigationBarTitleText": "糖尿病足病评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "prescription/prescription",
|
||
"style": {
|
||
"navigationBarTitleText": "健康处方",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "History/History",
|
||
"style": {
|
||
"navigationBarTitleText": "健康自评历史记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "HistoryQuestionnaire/HistoryQuestionnaire",
|
||
"style": {
|
||
"navigationBarTitleText": "历史记录评估问卷",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}]
|
||
},
|
||
{
|
||
"root": "pagesmeeting",
|
||
"pages": [{
|
||
"path": "room/room",
|
||
"style": {
|
||
"navigationBarTitleText": "视频通话",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "calling",
|
||
"style": {
|
||
"navigationBarTitleText": "视频通话",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}]
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#26A888",
|
||
"backgroundColor": "#F8F8F8"
|
||
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#435950",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/homepage/homepage",
|
||
"iconPath": "static/homepage.png",
|
||
"selectedIconPath": "static/homepages.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/medicalservice/medicalservice",
|
||
"iconPath": "static/medicalservice.png",
|
||
"selectedIconPath": "static/medicalservices.png",
|
||
"text": "健康服务"
|
||
},
|
||
{
|
||
"pagePath": "pages/message/message",
|
||
"iconPath": "static/message.png",
|
||
"selectedIconPath": "static/messages.png",
|
||
"text": "消息"
|
||
},
|
||
{
|
||
"pagePath": "pages/myinformation/myinformation",
|
||
"iconPath": "static/myinformation.png",
|
||
"selectedIconPath": "static/myinformations.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |