uni-ticket-system/src/pages.json

64 lines
1.2 KiB
JSON
Raw Normal View History

2023-12-05 02:11:10 +00:00
{
"easycom": {
"autoscan": true,
"custom": {
"^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue"
}
},
"pages": [{
"path": "pages/index/index",
2023-12-05 12:00:53 +00:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
2023-12-05 02:11:10 +00:00
}
2023-12-05 12:00:53 +00:00
}
2023-12-05 02:11:10 +00:00
},
2023-12-07 03:08:43 +00:00
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-05 02:11:10 +00:00
{
2023-12-06 09:54:52 +00:00
"path": "pages/setup/index",
2023-12-05 02:11:10 +00:00
"style": {
"navigationBarTitleText": "",
2023-12-06 09:54:52 +00:00
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
{
"path": "pages/view-venues/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-12-05 02:11:10 +00:00
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"condition": {
"current": 0,
"list": [{
"name": "",
"path": "",
"query": ""
}]
}
}