{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "医院总揽"
|
// "navigationStyle": "custom" //自定义导航条
|
}
|
}, {
|
"path": "pages/appointment/appointment",
|
"style": {
|
"navigationBarTitleText": "体检套餐",
|
"enablePullDownRefresh": true
|
|
}
|
|
}, {
|
"path": "pages/PackageDetails/PackageDetails",
|
"style": {
|
"navigationBarTitleText": "套餐详情",
|
"enablePullDownRefresh": true
|
}
|
|
}, {
|
"path": "pages/physicalAppointment/physicalAppointment",
|
"style": {
|
"navigationBarTitleText": "体检预约",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/ReportOverview/ReportOverview",
|
"style": {
|
"navigationBarTitleText": "报告总览",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/ComparisonReport/ComparisonReport",
|
"style": {
|
"navigationBarTitleText": "选择报告",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/ReportDetails/ReportDetails",
|
"style": {
|
"navigationBarTitleText": "体检报告",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/my/my",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/about/about",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/hot/hot",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/fg/fg",
|
"style": {
|
"navigationBarTitleText": "分院信息",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {},
|
"tabBar": {
|
"color": "#555",
|
"selectedColor": "orange",
|
"list": [{
|
"pagePath": "pages/index/index",
|
"text": "首页",
|
"iconPath": "static/images/tabBar/home.png",
|
"selectedIconPath": "static/images/tabBar/home_.png"
|
},
|
{
|
"pagePath": "pages/appointment/appointment",
|
"text": "体检套餐",
|
"iconPath": "static/images/tabBar/hot.png",
|
"selectedIconPath": "static/images/tabBar/hot1.png"
|
},
|
{
|
"pagePath": "pages/fg/fg",
|
"text": "分院",
|
"iconPath": "static/images/tabBar/floor.png",
|
"selectedIconPath": "static/images/tabBar/floor1.png"
|
},
|
{
|
"pagePath": "pages/my/my",
|
"text": "我的",
|
"iconPath": "static/images/tabBar/mine.png",
|
"selectedIconPath": "static/images/tabBar/mine_.png"
|
}
|
]
|
}
|
}
|