uni-admission-fee/pages.json

64 lines
1.3 KiB
JSON
Raw Normal View History

2023-10-27 05:40:47 +00:00
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
2023-10-27 08:43:30 +00:00
{
"path": "pages/start"
},
2023-10-27 05:40:47 +00:00
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-10-27 08:43:30 +00:00
"path": "pages/my/my",
2023-10-27 05:40:47 +00:00
"style": {
2023-10-27 05:42:32 +00:00
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2023-10-27 05:40:47 +00:00
}
2023-10-27 06:58:37 +00:00
},
{
2023-10-27 08:43:30 +00:00
"path": "pages/ticket/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/ticket/elector",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/ticket/reserve",
2023-10-27 06:58:37 +00:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-10-27 05:40:47 +00:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
2023-10-27 08:43:30 +00:00
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false
}
2023-10-27 05:40:47 +00:00
},
2023-10-27 06:18:52 +00:00
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
2023-10-27 08:43:30 +00:00
"pagePath": "pages/ticket/index"
2023-10-27 06:18:52 +00:00
},
{
"pagePath": "pages/my/my"
}
]
}
2023-10-27 05:40:47 +00:00
}