NurseStationApp/pages.json

160 lines
4.1 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-17 11:21:23 +08:00
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "请完善个人信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
},{
"path": "pages/Doctordetails/Doctordetails",
"style": {
"navigationBarTitleText": "医生信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
2022-10-13 17:39:43 +08:00
"path": "pages/login/login",
2022-10-13 16:31:59 +08:00
"style": {
2022-10-13 17:39:43 +08:00
"navigationBarTitleText": "",
"navigationStyle": "custom"
// "enablePullDownRefresh": false
}
2022-10-17 11:21:23 +08:00
},{
"path": "pages/shopping/shopping",
2022-10-13 17:39:43 +08:00
"style": {
2022-10-17 11:21:23 +08:00
"navigationBarTitleText": "医路优品",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
2022-10-13 16:31:59 +08:00
}
2022-10-13 17:39:43 +08:00
}, {
2022-10-17 11:21:23 +08:00
"path": "pages/doctorslist/doctorslist",
2022-10-13 16:31:59 +08:00
"style": {
2022-10-17 11:21:23 +08:00
"navigationBarTitleText": "预约医生",
2022-10-13 16:31:59 +08:00
"enablePullDownRefresh": false,
2022-10-17 11:21:23 +08:00
"navigationBarBackgroundColor": "#ffffff"
2022-10-13 16:31:59 +08:00
}
2022-10-13 17:39:43 +08:00
}, {
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-17 11:21:23 +08:00
}, {
"path": "pages/disease/disease",
"style": {
"navigationBarTitleText": "疾病信息选择",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-13 17:39:43 +08:00
}, {
"path": "pages/CommodityDetails/CommodityDetails",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-17 11:21:23 +08:00
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/site/site",
"style": {
"navigationBarTitleText": "附近护理站",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
}, {
2022-10-13 17:39:43 +08:00
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "护理站简介",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
2022-10-17 11:21:23 +08:00
}, {
2022-10-12 16:54:34 +08:00
"path": "pages/homepage/homepage",
2022-10-13 16:02:25 +08:00
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-12 16:54:34 +08:00
}, {
"path": "pages/startup/startup",
2022-10-13 16:02:25 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2022-10-13 16:31:59 +08:00
}, {
2022-10-13 16:02:25 +08:00
"path": "pages/Personal/Personal",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
2022-10-17 11:21:23 +08:00
"path": "pages/ProductList/ProductList",
2022-10-12 17:45:22 +08:00
"style": {
"navigationBarTitleText": "医路优品",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-13 10:37:47 +08:00
}, {
2022-10-17 11:21:23 +08:00
"path": "pages/startup/startup",
2022-10-12 17:45:22 +08:00
"style": {
2022-10-17 11:21:23 +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-17 11:21:23 +08:00
"path": "pages/medicine/medicine",
2022-10-12 16:54:34 +08:00
"style": {
2022-10-17 11:21:23 +08:00
"navigationBarTitleText": "就医",
2022-10-12 16:54:34 +08:00
"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",
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/shopping/shopping",
2022-10-13 10:37:47 +08:00
"iconPath": "static/shoppingw.png",
"selectedIconPath": "static/shoppings.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": "个人中心"
}
]
}
}