466 lines
9.8 KiB
JSON
466 lines
9.8 KiB
JSON
{
|
||
"easycom": {
|
||
// 下载安装方式
|
||
// "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||
// npm安装方式
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/home/home",
|
||
"style": {
|
||
// "navigationBarTitleText": "custom"
|
||
"navigationStyle": "default",
|
||
"navigationBarBackgroundColor": "#298DFF",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "pages/home/index",
|
||
"style": {
|
||
"navigationBarTitleText": "萧康互联网医院",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#298DFF",
|
||
"navigationBarTextStyle": "white"
|
||
},
|
||
"needLogin": false
|
||
},
|
||
{
|
||
"path": "pages/home/index-list",
|
||
"style": {
|
||
"navigationBarTitleText": "萧康互联网医院"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/home/home-banner",
|
||
"style": {
|
||
"navigationBarTitleText": "萧康互联网医院"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "授权登录",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#EAF2FF"
|
||
}
|
||
}, {
|
||
"path": "pages/cate/cate",
|
||
"style": {
|
||
"navigationBarTitleText": "商城"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/cate/index",
|
||
"style": {
|
||
"navigationBarTitleText": "健康资讯"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/cate/info-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "文章详情"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "消息"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/index/system",
|
||
"style": {
|
||
"navigationBarTitleText": "系统消息"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/index/order-info",
|
||
"style": {
|
||
"navigationBarTitleText": "产品订单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/doctor-info",
|
||
"style": {
|
||
"navigationBarTitleText": "医生消息"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/mine",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"navigationBarBackgroundColor": "#4175EE",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
// "needLogin": true
|
||
},
|
||
{
|
||
"path": "pages/login/logon",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/Inquiries/Inquiries",
|
||
"style": {
|
||
"navigationBarTitleText": "医生列表",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
// "needLogin": true
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "subPackages",
|
||
"pages": [{
|
||
"path": "doctor/doctor-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "医生详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/doctor-info",
|
||
"style": {
|
||
"navigationBarTitleText": "医生简介",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/doctor-evaluation",
|
||
"style": {
|
||
"navigationBarTitleText": "患者评价",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/doctor-picture",
|
||
"style": {
|
||
"navigationBarTitleText": "图文问诊",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/appraise",
|
||
"style": {
|
||
"navigationBarTitleText": "评价",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/doctor-userinfo",
|
||
"style": {
|
||
"navigationBarTitleText": "选择就诊人",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "doctor/doctor_newsinfo",
|
||
"style": {
|
||
"navigationBarTitleText": "医生消息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
}, {
|
||
"root": "subPackages",
|
||
"pages": [{
|
||
"path": "my/myinfo-add",
|
||
"style": {
|
||
"navigationBarTitleText": "添加就诊人",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myrecord-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "处方详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/record-pay",
|
||
"style": {
|
||
"navigationBarTitleText": "预约购药",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/unpaid-order",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "my/myreport",
|
||
"style": {
|
||
"navigationBarTitleText": "检查报告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myinfo",
|
||
"style": {
|
||
"navigationBarTitleText": "就诊人管理",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/my_online",
|
||
"style": {
|
||
"navigationBarTitleText": "线上复诊",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "my/mystore",
|
||
"style": {
|
||
"navigationStyle": "default",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#1777FF",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}, {
|
||
"path": "my/mycollection",
|
||
"style": {
|
||
"navigationBarTitleText": "个人资料",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myabout",
|
||
"style": {
|
||
"navigationBarTitleText": "关于",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myorder",
|
||
"style": {
|
||
"navigationBarTitleText": "问诊记录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myrecord",
|
||
"style": {
|
||
"navigationBarTitleText": "处方记录",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "my/myappiont",
|
||
"style": {
|
||
"navigationBarTitleText": "挂号记录",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
},
|
||
{
|
||
"path": "my/myinfo-edit",
|
||
"style": {
|
||
"navigationBarTitleText": "编辑信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/my-drug/drug-list",
|
||
"style": {
|
||
"navigationBarTitleText": "产品订单",
|
||
"enablePullDownRefresh": true,
|
||
"onReachBottomDistance": 50
|
||
}
|
||
},
|
||
{
|
||
"path": "my/my-drug/drug-info",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "my/my-drug/to-next",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
}, {
|
||
"root": "subPackages",
|
||
"pages": [{
|
||
"path": "register/register",
|
||
"style": {
|
||
"navigationBarTitleText": "确认挂号信息"
|
||
}
|
||
}, {
|
||
"path": "register/register-success",
|
||
"style": {
|
||
"navigationBarTitleText": "确认挂号信息"
|
||
}
|
||
}, {
|
||
"path": "register/register-info",
|
||
"style": {
|
||
"navigationBarTitleText": "挂号详情",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}]
|
||
}, {
|
||
"root": "subPackages",
|
||
"pages": [{
|
||
"path": "shop/orders",
|
||
"style": {
|
||
"navigationBarTitleText": "商城订单",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "shop/search-home",
|
||
"style": {
|
||
"navigationBarTitleText": "萧康诊所门店"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/search-list",
|
||
"style": {
|
||
"navigationBarTitleText": "萧康诊所门店"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/orders-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/shop-cate",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/shop-pay",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/paied",
|
||
"style": {
|
||
"navigationBarTitleText": "确认付款信息"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/paied-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/written",
|
||
"style": {
|
||
"navigationBarTitleText": "买家留言"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/after-sales",
|
||
"style": {
|
||
"navigationBarTitleText": "申请售后"
|
||
}
|
||
},
|
||
{
|
||
"path": "shop/logistics",
|
||
"style": {
|
||
"navigationBarTitleText": "物流详情"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "subPackages",
|
||
"pages": [{
|
||
"path": "setup/filed",
|
||
"style": {
|
||
"navigationBarTitleText": "设置"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/choose-area",
|
||
"style": {
|
||
"navigationBarTitleText": "管理地址"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/area-list",
|
||
"style": {
|
||
"navigationBarTitleText": "地址管理"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/fw-serve",
|
||
"style": {
|
||
"navigationBarTitleText": "服务协议"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/ys-serve",
|
||
"style": {
|
||
"navigationBarTitleText": "隐私政策"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/zz-serve",
|
||
"style": {
|
||
"navigationBarTitleText": "资质证照"
|
||
}
|
||
},
|
||
{
|
||
"path": "setup/customer-service",
|
||
"style": {
|
||
"navigationBarTitleText": "客服中心"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"tabBar": {
|
||
"fontSize": "18px",
|
||
"height": "60px",
|
||
"spacing": "4px",
|
||
"backgroundColor": "#fff",
|
||
"selectedColor": "#1575FC",
|
||
"list": [{
|
||
"pagePath": "pages/home/home",
|
||
"text": "首页",
|
||
"iconPath": "static/home/02.png",
|
||
"selectedIconPath": "static/home/01.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/cate/index",
|
||
"text": "资讯",
|
||
"iconPath": "static/home/03.png",
|
||
"selectedIconPath": "static/home/04.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/index/index",
|
||
"text": "消息",
|
||
"iconPath": "static/home/05.png",
|
||
"selectedIconPath": "static/home/06.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/mine",
|
||
"text": "我的",
|
||
"iconPath": "static/home/07.png",
|
||
"selectedIconPath": "static/home/08.png"
|
||
}
|
||
]
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
// "navigationBarTitleText": "萧康互联网医院",
|
||
"navigationBarBackgroundColor": "#F8FAFC",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |