NurseStationApp/pages.json

89 lines
2.1 KiB
JSON
Raw Normal View History

2022-10-12 16:54:34 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2022-10-12 17:45:22 +08:00
"path": "pages/shopping/shopping",
"style": {
"navigationBarTitleText": "医路优品",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
2022-10-13 10:37:47 +08:00
}, {
2022-10-12 17:45:22 +08:00
"path": "pages/ProductList/ProductList",
"style": {
"navigationBarTitleText": "医路优品",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
2022-10-12 16:54:34 +08:00
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
// "enablePullDownRefresh": false
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}, {
"path": "pages/Personal/Personal",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
2022-10-12 17:45:22 +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/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": "个人中心"
}
]
}
}