NurseStationApp/pages.json

195 lines
5.3 KiB
JSON
Raw Normal View History

2022-10-12 16:54:34 +08:00
{
2022-10-13 16:02:25 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2022-10-12 16:54:34 +08:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2022-10-20 19:39:57 +08:00
{
2022-10-25 09:50:56 +08:00
"path": "pages/shopping/shopping", //商城
"style": {
"navigationBarTitleText": "医路优品",
"navigationBarBackgroundColor": "#ffffff",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/user/user",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "个人信息",
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#4C7BC9" ,//背景颜色
"navigationBarTextStyle": "white"
2022-10-20 19:39:57 +08:00
}
2022-10-25 09:50:56 +08:00
},{
"path": "pages/Personal/Personal",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "个人中心",
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-25 09:50:56 +08:00
}, {
2022-10-25 10:00:13 +08:00
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
},{
2022-10-25 09:50:56 +08:00
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
"navigationBarBackgroundColor": "#ffffff", //背景颜色
"enablePullDownRefresh": false
}
2022-10-20 19:39:57 +08:00
},
{
2022-10-25 09:50:56 +08:00
"path": "pages/disease/disease",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "疾病类型选择",
"navigationBarBackgroundColor": "#ffffff", //背景颜色
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false
}
},
{
2022-10-25 09:50:56 +08:00
"path": "pages/doctorslist/doctorslist",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "预约医生",
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#ffffff"
2022-10-20 19:39:57 +08:00
}
2022-10-25 09:50:56 +08:00
}, {
"path": "pages/appointmenttime/appointmenttime",
2022-10-18 09:04:14 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "预约时间",
2022-10-18 09:04:14 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
2022-10-25 09:50:56 +08:00
}, {
"path": "pages/InformationFilling/InformationFilling",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "信息确认与填写",
"navigationBarBackgroundColor": "#ffffff", //背景颜色
"enablePullDownRefresh": false
2022-10-20 19:39:57 +08:00
}
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/startup/startup",
2022-10-13 16:31:59 +08:00
"style": {
2022-10-13 17:39:43 +08:00
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
2022-10-25 10:00:13 +08:00
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
// "enablePullDownRefresh": false
}
2022-10-13 17:39:43 +08:00
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
2022-10-13 16:31:59 +08:00
}
2022-10-25 09:50:56 +08:00
},
{
"path": "pages/ProductList/ProductList", //商品列表
2022-10-13 16:31:59 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "医路优品",
2022-10-13 16:31:59 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#ffffff",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2022-10-13 16:31:59 +08:00
}
2022-10-18 09:04:14 +08:00
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/CommodityDetails/CommodityDetails",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "商品详情",
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-25 09:50:56 +08:00
}, {
"path": "pages/nursestation/nursestation",
2022-10-13 17:39:43 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "护理站详情",
2022-10-13 17:39:43 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-25 09:50:56 +08:00
2022-10-13 17:39:43 +08:00
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/site/site",
2022-10-13 17:39:43 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "附近护理站",
2022-10-13 17:39:43 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#ffffff", //背景颜色
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2022-10-13 16:02:25 +08:00
}
2022-10-13 16:31:59 +08:00
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/appointment/appointment",
2022-10-13 16:02:25 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "选择时间",
2022-10-13 16:02:25 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-25 09:50:56 +08:00
2022-10-13 16:02:25 +08:00
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/detail/detail",
2022-10-12 17:45:22 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "护理站简介",
2022-10-12 17:45:22 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#ffffff" //背景颜色
2022-10-12 17:45:22 +08:00
}
2022-10-13 10:37:47 +08:00
}, {
2022-10-25 09:50:56 +08:00
"path": "pages/medicine/medicine",
2022-10-12 17:45:22 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "就医",
2022-10-12 17:45:22 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
2022-10-12 16:54:34 +08:00
}
2022-10-25 09:50:56 +08:00
},{
"path": "pages/modifyAddress/modifyAddress",
2022-10-12 16:54:34 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "修改地址",
2022-10-12 16:54:34 +08:00
"enablePullDownRefresh": false,
2022-10-25 09:50:56 +08:00
"navigationBarBackgroundColor": "#ffffff" //背景颜色
2022-10-12 16:54:34 +08:00
}
2022-10-25 09:50:56 +08:00
2022-10-20 19:39:57 +08:00
},
{
2022-10-25 09:50:56 +08:00
"path": "pages/Doctordetails/Doctordetails",
2022-10-20 19:39:57 +08:00
"style": {
2022-10-25 09:50:56 +08:00
"navigationBarTitleText": "医生信息",
2022-10-20 19:39:57 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-12 16:54:34 +08:00
}
2022-10-20 19:39:57 +08:00
],
2022-10-12 16:54:34 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
2022-10-13 10:37:47 +08:00
"iconPath": "static/homepagew.png",
"selectedIconPath": "static/homepagews.png",
2022-10-12 16:54:34 +08:00
"text": "首页"
},
{
"pagePath": "pages/Personal/Personal",
2022-10-13 10:37:47 +08:00
"iconPath": "static/userw.png",
"selectedIconPath": "static/users.png",
2022-10-12 16:54:34 +08:00
"text": "个人中心"
}
]
}
}