2023-09-19 14:58:40 +08:00
|
|
|
|
{
|
2023-09-20 10:42:44 +08:00
|
|
|
|
"easycom": {
|
|
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
|
},
|
2023-09-19 14:58:40 +08:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
2023-10-20 17:00:49 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/myinformation/myinformation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/register/register",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "注册",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-10-17 16:20:03 +08:00
|
|
|
|
|
2023-10-08 17:03:35 +08:00
|
|
|
|
{
|
2023-10-13 17:32:38 +08:00
|
|
|
|
"path": "pages/homepage/homepage",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2023-10-19 15:49:55 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/startup/startup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-08 17:03:35 +08:00
|
|
|
|
},
|
2023-09-19 14:58:40 +08:00
|
|
|
|
{
|
2023-10-08 16:16:18 +08:00
|
|
|
|
"path": "pages/medicalservice/medicalservice",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2023-10-20 14:20:18 +08:00
|
|
|
|
}, {
|
2023-09-22 11:34:53 +08:00
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-09-26 16:42:18 +08:00
|
|
|
|
}, {
|
2023-09-20 10:42:44 +08:00
|
|
|
|
"path": "pages/message/message",
|
|
|
|
|
|
"style": {
|
2023-09-22 16:24:10 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationStyle": "custom"
|
2023-09-20 10:42:44 +08:00
|
|
|
|
}
|
2023-09-25 10:02:56 +08:00
|
|
|
|
},
|
2023-10-20 14:20:18 +08:00
|
|
|
|
{
|
2023-09-28 16:55:50 +08:00
|
|
|
|
"path": "pages/facecollection/facecollection",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "人脸采集",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-09-19 14:58:40 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
2023-09-22 11:34:53 +08:00
|
|
|
|
"subPackages": [{
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"root": "pagesB",
|
|
|
|
|
|
"pages": [{
|
|
|
|
|
|
"path": "Behaviorpoints/Behaviorpoints",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "行为积分",
|
2023-10-17 16:20:03 +08:00
|
|
|
|
"enablePullDownRefresh": false
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}
|
2023-10-08 16:17:45 +08:00
|
|
|
|
},
|
2023-10-10 14:01:25 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "orderlist/orderlist",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "预约详情",
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2023-10-17 16:20:03 +08:00
|
|
|
|
// "navigationStyle": "default",
|
2023-10-10 14:01:25 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#4ac4ab"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-10-08 16:16:18 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "screenorder/screenorder",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "筛查预约",
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationStyle": "default",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4ac4ab"
|
|
|
|
|
|
}
|
2023-10-08 17:03:35 +08:00
|
|
|
|
}, {
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"path": "managefamily/managefamily",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "管理家庭成员",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "healthybeans/healthybeans",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "健康豆",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "hospitalcare/hospitalcare",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "院内陪护",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-09 13:47:07 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "imagetextConsultation/imagetextConsultation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "图文问诊",
|
2023-10-09 15:19:17 +08:00
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
2023-10-09 13:47:07 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "createnewconsultation/createnewconsultation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新建图文问诊",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"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": {
|
2023-10-13 17:32:38 +08:00
|
|
|
|
"navigationBarTitleText": "健康商城",
|
2023-10-09 10:58:52 +08:00
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "nursestation/nursestation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "护理机构详情",
|
2023-10-10 17:15:30 +08:00
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "site/site",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "护理机构",
|
2023-10-10 17:15:30 +08:00
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
|
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"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": "兑换记录",
|
2023-10-16 11:21:27 +08:00
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "familymemberdetail/familymemberdetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "家庭成员详情",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
2023-10-20 14:20:18 +08:00
|
|
|
|
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "consultationplatform/consultationplatform",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "问诊平台",
|
2023-10-17 14:52:27 +08:00
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "doctordetails/doctordetails",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "医生详情",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "ExpertlookOrder/ExpertlookOrder",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "专家咨询订单",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "consulted/consulted",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "待咨询",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "cancel/cancel",
|
2023-09-25 11:04:44 +08:00
|
|
|
|
"style": {
|
2023-09-28 09:59:16 +08:00
|
|
|
|
"navigationBarTitleText": "取消订单",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "PointsMall/PointsMall",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "积分商城",
|
2023-10-17 16:20:03 +08:00
|
|
|
|
"enablePullDownRefresh": false
|
2023-09-25 11:04:44 +08:00
|
|
|
|
}
|
2023-10-08 17:03:35 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"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
|
|
|
|
|
|
}
|
2023-10-09 10:58:52 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "myfamilydoctorteam/myfamilydoctorteam",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的家庭医生团队",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "performancedetails/performancedetails",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "履约详情",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-20 14:20:18 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "AddMembers/AddMembers",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "添加成员",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
2023-10-17 16:20:03 +08:00
|
|
|
|
}
|
2023-10-20 14:20:18 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "Serviceevaluation/Serviceevaluation",
|
|
|
|
|
|
"style": {
|
2023-10-20 15:49:49 +08:00
|
|
|
|
"onReachBottomDistance": 40,
|
2023-10-20 17:00:49 +08:00
|
|
|
|
"navigationBarTitleText": "服务评价",
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2023-10-20 15:47:52 +08:00
|
|
|
|
"onReachBottom": true
|
2023-10-20 17:00:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "evaluate/evaluate",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "评价",
|
2023-10-20 15:49:49 +08:00
|
|
|
|
"onReachBottomDistance": 40,
|
2023-10-20 17:00:49 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2023-10-20 15:47:52 +08:00
|
|
|
|
"onReachBottom": true
|
|
|
|
|
|
}
|
2023-10-20 17:00:49 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "myevaluation/myevaluation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的评价",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
2023-10-20 15:47:52 +08:00
|
|
|
|
}
|
2023-10-20 17:00:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"root": "pagesC",
|
2023-10-09 10:58:52 +08:00
|
|
|
|
"pages": [{
|
2023-09-28 10:11:05 +08:00
|
|
|
|
"path": "appointmenttime/appointmenttime",
|
2023-09-27 16:26:09 +08:00
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "服务预约",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-10-17 16:20:03 +08:00
|
|
|
|
// {
|
|
|
|
|
|
// "path": "Filinginformation/Filinginformation",
|
|
|
|
|
|
// "style": {
|
|
|
|
|
|
// "navigationBarTitleText": "查看建档信息"
|
|
|
|
|
|
// // "enablePullDownRefresh": false
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
2023-10-07 14:23:55 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "Onlinesigning/Onlinesigning",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "在线签约",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
2023-10-07 10:51:01 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-09-28 10:11:05 +08:00
|
|
|
|
{
|
|
|
|
|
|
"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", // 隐藏系统导航栏
|
2023-10-13 17:32:38 +08:00
|
|
|
|
"navigationBarTitleText": "商品订单",
|
|
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
2023-09-28 10:11:05 +08:00
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
|
|
|
|
|
}
|
2023-09-28 14:34:36 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-10-08 14:50:17 +08:00
|
|
|
|
"path": "servicerecord/servicerecord",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "服务记录",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "Myappointment/Myappointment",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的预约",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-08 17:03:35 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "healthtest/healthtest",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "健康自评",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "Physicalexamination/Physicalexamination",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "体征检测",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-09 13:47:07 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "seekadvicefrom/seekadvicefrom",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "咨询医生",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-12 09:47:40 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "choosedoctor/choosedoctor",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "选择医生",
|
|
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "selectInstitution/selectInstitution",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "选择签约机构",
|
|
|
|
|
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
|
|
|
|
|
"enablePullDownRefresh": true //设置参数为true
|
|
|
|
|
|
}
|
2023-10-12 13:23:32 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "signseekadvicefrom/signseekadvicefrom",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-17 16:20:03 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-10-12 14:31:36 +08:00
|
|
|
|
"path": "contractsigningprotocol/contractsigningprotocol",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "签约协议",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-19 15:49:55 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "addequipment/addequipment",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "设备绑定",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "healthdata/healthdata",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "体征检测",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "addsugar/addsugar",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "记录血糖",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "addPressure/addPressure",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "记录血压",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "addTemperature/addTemperature",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "记录体温",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2023-10-20 14:20:18 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"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
|
|
|
|
|
|
}
|
2023-10-09 13:47:07 +08:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-09-28 09:59:16 +08:00
|
|
|
|
}],
|
2023-09-19 14:58:40 +08:00
|
|
|
|
"globalStyle": {
|
2023-09-20 11:42:34 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
2023-09-19 14:58:40 +08:00
|
|
|
|
"navigationBarTitleText": "",
|
2023-09-20 11:42:34 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#26A888",
|
2023-09-19 14:58:40 +08:00
|
|
|
|
"backgroundColor": "#F8F8F8"
|
2023-09-20 14:21:34 +08:00
|
|
|
|
|
2023-09-19 14:58:40 +08:00
|
|
|
|
},
|
2023-09-20 10:42:44 +08:00
|
|
|
|
"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",
|
2023-09-22 15:50:24 +08:00
|
|
|
|
"text": "健康服务"
|
2023-09-20 10:42:44 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"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": "我的"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
2023-10-20 17:00:49 +08:00
|
|
|
|
}
|