uni-admission-fee/pages.json

76 lines
1.6 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-30 04:00:38 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/view-venues",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/set-up",
"style": {
2023-10-27 05:42:32 +00:00
"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": {
"list": [
{
2023-10-28 08:56:32 +00:00
"pagePath": "pages/ticket/index",
"text": "场馆"
2023-10-27 06:18:52 +00:00
},
{
2023-10-28 08:56:32 +00:00
"pagePath": "pages/my/my",
"text": "我的"
2023-10-27 06:18:52 +00:00
}
]
}
2023-10-27 05:40:47 +00:00
}