You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.4 KiB
JSON

9 months ago
{
9 months ago
"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"
}
},
9 months ago
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
9 months ago
"path": "pages/login/index",
9 months ago
"style": {
9 months ago
"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 // 禁用原生导航
}
9 months ago
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}