{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/startup/startup", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/modifyAddress/modifyAddress", "style": { "navigationBarTitleText": "修改地址", "navigationBarBackgroundColor": "#ffffff", //背景颜色 "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/information/information", "style": { "navigationBarTitleText": "完善个人信息", "navigationBarBackgroundColor": "#ffffff", //背景颜色 "enablePullDownRefresh": false } }, { "path": "pages/lookrate/lookrate", "style": { "navigationBarTitleText": "查看评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/ServiceDetails/ServiceDetails", "style": { "navigationBarTitleText": "服务详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/ProjectDetails/ProjectDetails", "style": { "navigationBarTitleText": "护理项目详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/goodsorderRate/goodsorderRate", "style": { "navigationBarTitleText": "发表评价", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/Bodysatelliteintegration/Bodysatelliteintegration", "style": { "navigationBarTitleText": "体卫融合", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/modify/modify", "style": { "navigationBarTitleText": "修改信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/appointmenttime/appointmenttime", "style": { "navigationBarTitleText": "预约时间", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/paysuccess/paysuccess", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/ratesuccess/ratesuccess", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/shopping/shopping", //商城 "style": { "navigationBarTitleText": "医路优品", "navigationBarBackgroundColor": "#ffffff", "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/CommodityOrder/CommodityOrder", "style": { "navigationBarTitleText": "商品订单", "navigationBarBackgroundColor": "#ffffff", "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#4C7BC9", //背景颜色 "navigationBarTextStyle": "white" } }, { "path": "pages/orderDetails/orderDetails", "style": { "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": false } }, { "path": "pages/payorderDetails/payorderDetails", "style": { "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": false } }, { "path": "pages/Personal/Personal", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", // "navigationStyle": "custom" "enablePullDownRefresh": false } }, { "path": "pages/cancelorder/cancelorder", "style": { "navigationBarTitleText": "取消订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/Nursingstationserviceorder/Nursingstationserviceorder", "style": { "navigationBarTitleText": "护理站服务订单", "navigationBarBackgroundColor": "#ffffff", //背景颜色 "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/logistics/logistics", "style": { "navigationBarTitleText": "查看物流", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/Aftersalesdetails/Aftersalesdetails", "style": { "navigationBarTitleText": "售后详情", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": false } }, { "path": "pages/Applforrefund/Applforrefund", "style": { "navigationBarTitleText": "申请退款", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": false } }, { "path": "pages/refundType/refundType", "style": { "navigationBarTitleText": "选择退款类型", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": false } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/menttimeorder/menttimeorder", "style": { "navigationBarTitleText": "预约详情", "enablePullDownRefresh": false } }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "泉医到家", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/confirmOrder/confirmOrder", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#4C7BC9", //背景颜色 "navigationBarTextStyle": "white" } }, { "path": "pages/disease/disease", "style": { "navigationBarTitleText": "疾病类型选择", "navigationBarBackgroundColor": "#ffffff", //背景颜色 "enablePullDownRefresh": false } }, { "path": "pages/doctorslist/doctorslist", "style": { "navigationBarTitleText": "预约医生", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/ProductList/ProductList", //商品列表 "style": { "navigationBarTitleText": "医路优品", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/CommodityDetails/CommodityDetails", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/nursestation/nursestation", "style": { "navigationBarTitleText": "护理站详情", "navigationBarBackgroundColor": "#ffffff", "onReachBottomDistance": 100, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/site/site", "style": { "navigationBarTitleText": "附近护理站", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff", //背景颜色 "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "护理站简介", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { "path": "pages/medicine/medicine", "style": { "navigationBarTitleText": "就医", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/Doctordetails/Doctordetails", "style": { "navigationBarTitleText": "医生信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/Geriatricdisease/Geriatricdisease", "style": { "navigationBarTitleText": "老年病中心", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/diseasemanagement/diseasemanagement", "style": { "navigationBarTitleText": "专病管理", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/toptabbar/toptabbar", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/classification/classification", "style": { "navigationBarTitleText": "分类", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#435950", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/homepage/homepage", "iconPath": "static/homepagew.png", "selectedIconPath": "static/homepagews.png", "text": "首页" }, { "pagePath": "pages/Personal/Personal", "iconPath": "static/userw.png", "selectedIconPath": "static/users.png", "text": "个人中心" } ] } }