Zlpt_Portal_h5/src/pages.json

77 lines
2.0 KiB
JSON
Raw Normal View History

2024-12-13 15:30:11 +08:00
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/lease-demand/index",
"style": {
"navigationBarTitleText": "租赁需求"
}
},
{
"path": "pages/cart/index",
"style": {
"navigationBarTitleText": "预约车"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#00ad9d",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"iconWidth": "24px",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/lease-demand/index",
"text": "租赁需求"
},
{
"pagePath": "pages/cart/index",
"text": "预约车"
},
{
"pagePath": "pages/message/index",
"text": "消息"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "#fff",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#00a288",
"backgroundColor": "#00a288"
}
}