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

33 lines
702 B

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
3 years ago
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "访客核销"
}
},
{
"path": "pages/index/scancode",
"style": {
"navigationBarTitleText": "访客核销"
}
},
{
"path": "pages/index/cancel",
"style": {
"navigationBarTitleText": "访客核销"
}
}
3 years ago
],
"globalStyle": {
"navigationBarTextStyle": "black",
3 years ago
"navigationBarTitleText": "访客核销",
3 years ago
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}