You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/HomeView/HomeView",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#f5f5f5",
"app-plus": {
"titleNView": {
"type": "transparent",
"titleColor": "#303133"
}
}
}
},
{
"path": "pages/QueryTrainView/QueryTrainView",
"style": {
"navigationBarTitleText": "查询车次"
}
},
{
"path": "pages/BuyTicketView/BuyTicketView",
"style": {
"navigationBarTitleText": "确认购票"
}
},
{
"path": "pages/MyTicketsView/MyTicketsView",
"style": {
"navigationBarTitleText": "本人车票"
}
},
{
"path": "pages/LoginView/LoginView",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/RegistrationView/RegistrationView",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/UserView/UserView",
"style": {
"navigationBarTitleText": "个人主页",
"navigationStyle": "custom"
}
},
{
"path": "pages/SelectStationView/SelectStationView",
"style": {
"navigationBarTitleText": "车站选择"
}
}
],
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#000000", // 默认值
"selectedColor": "#3b86ff",
"list": [
// 底部栏
{
"pagePath": "pages/HomeView/HomeView",
"text": "首页",
"iconPath": "static/icon_home_normal.png",
"selectedIconPath": "static/icon_home_selected.png"
},
{
"pagePath": "pages/MyTicketsView/MyTicketsView",
"text": "车票",
"iconPath": "static/icon_order_normal.png",
"selectedIconPath": "static/icon_order_selected.png"
},
{
"pagePath": "pages/UserView/UserView",
"text": "我的",
"iconPath": "static/icon_mine_normal.png",
"selectedIconPath": "static/icon_mine_selected.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#238cfc",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"uniIdRouter": {}
}