museum-H5/pages.json

60 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-19 08:51:52 +00:00
{
2023-12-20 11:14:20 +00:00
"easycom": {
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
2023-12-19 08:51:52 +00:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-12-20 11:14:20 +00:00
"path": "pages/login/index",
2023-12-19 08:51:52 +00:00
"style": {
2023-12-20 11:14:20 +00:00
"navigationBarTitleText": "藏品活动详情页",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
{
"path": "pages/check/index",
"style": {
"navigationBarTitleText": "藏品活动详情页",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
{
"path": "pages/scan/index",
"style": {
"navigationBarTitleText": "藏品活动详情页",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
{
"path": "pages/persomInfo/index",
"style": {
"navigationBarTitleText": "藏品活动详情页",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-12-19 08:51:52 +00:00
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}