186 lines
4.7 KiB
JSON
186 lines
4.7 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/information/information",
|
||
"style": {
|
||
"navigationBarTitleText": "请完善个人信息",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
},{
|
||
"path": "pages/Doctordetails/Doctordetails",
|
||
"style": {
|
||
"navigationBarTitleText": "医生信息",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
// "enablePullDownRefresh": false
|
||
}
|
||
},{
|
||
"path": "pages/shopping/shopping",
|
||
"style": {
|
||
"navigationBarTitleText": "医路优品",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/doctorslist/doctorslist",
|
||
"style": {
|
||
"navigationBarTitleText": "预约医生",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"navigationBarTitleText": "泉医到家",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/disease/disease",
|
||
"style": {
|
||
"navigationBarTitleText": "疾病信息选择",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/CommodityDetails/CommodityDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/register/register",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "pages/site/site",
|
||
"style": {
|
||
"navigationBarTitleText": "附近护理站",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||
}
|
||
}, {
|
||
"path": "pages/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "护理站简介",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||
}
|
||
}, {
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/startup/startup",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "pages/Personal/Personal",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/ProductList/ProductList",
|
||
"style": {
|
||
"navigationBarTitleText": "医路优品",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/startup/startup",
|
||
"style": {
|
||
"navigationBarTitleText": "泉医到家",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/medicine/medicine",
|
||
"style": {
|
||
"navigationBarTitleText": "就医",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/appointmenttime/appointmenttime",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "预约时间",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||
}
|
||
|
||
},{
|
||
"path" : "pages/appointment/appointment",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "选择时间",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "护理站简介",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||
}
|
||
}
|
||
],
|
||
"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/shopping/shopping",
|
||
"iconPath": "static/shoppingw.png",
|
||
"selectedIconPath": "static/shoppings.png",
|
||
"text": "商城"
|
||
|
||
},
|
||
{
|
||
"pagePath": "pages/Personal/Personal",
|
||
"iconPath": "static/userw.png",
|
||
"selectedIconPath": "static/users.png",
|
||
"text": "个人中心"
|
||
}
|
||
]
|
||
}
|
||
}
|