uni-ticket-system/src/pages.json

163 lines
3.6 KiB
JSON
Raw Normal View History

2023-12-05 02:11:10 +00:00
{
2023-12-08 08:46:31 +00:00
"easycom": {
"autoscan": true,
"custom": {
"^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue"
}
},
"pages": [
2023-12-08 09:10:52 +00:00
{
"path": "pages/index/index",
"style": {
2023-12-13 09:03:25 +00:00
"disableScroll": true,
2023-12-08 09:10:52 +00:00
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-15 11:02:04 +00:00
{
"path": "pages/blind-box/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
2023-12-16 01:37:49 +00:00
},
{
"path": "pages/facial/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
2023-12-15 11:02:04 +00:00
},
2023-12-20 05:08:47 +00:00
{
"path": "pages/face-auth/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-08 08:46:31 +00:00
{
"path": "pages/home/index",
2023-12-05 12:00:53 +00:00
"style": {
2023-12-13 09:03:25 +00:00
2023-12-08 08:46:31 +00:00
"navigationStyle": "custom",
2023-12-05 12:00:53 +00:00
"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-08 08:46:31 +00:00
{
2023-12-08 09:10:52 +00:00
"path": "pages/ticket/index",
2023-12-08 08:46:31 +00:00
"style": {
2023-12-08 09:10:52 +00:00
"navigationStyle": "custom",
2023-12-08 08:46:31 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-11 11:57:05 +00:00
{
"path": "pages/test/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-08 08:46:31 +00:00
{
2023-12-08 09:10:52 +00:00
"path": "pages/login/index",
2023-12-08 08:46:31 +00:00
"style": {
2023-12-11 10:46:53 +00:00
"navigationStyle": "custom",
2023-12-08 08:46:31 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-19 12:02:07 +00:00
{
"path": "pages/ticket-details/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-08 08:46:31 +00:00
{
2023-12-08 09:10:52 +00:00
"path": "pages/setup/index",
2023-12-08 08:46:31 +00:00
"style": {
2023-12-19 11:08:55 +00:00
"navigationStyle": "custom",
2023-12-08 08:46:31 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
{
2023-12-08 09:10:52 +00:00
"path": "pages/view-venues/index",
2023-12-08 08:46:31 +00:00
"style": {
2023-12-20 01:46:56 +00:00
"navigationStyle": "custom",
2023-12-08 08:46:31 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-12-20 05:08:47 +00:00
2023-12-08 08:46:31 +00:00
{
2023-12-08 09:10:52 +00:00
"path": "pages/mine/index",
2023-12-08 08:46:31 +00:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"condition": {
"current": 0,
"list": [
{
"name": "",
"path": "",
"query": ""
}
]
}
2023-12-05 02:11:10 +00:00
}