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.
23 lines
489 B
23 lines
489 B
|
1 month ago
|
{
|
||
|
|
"easycom": {
|
||
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||
|
|
},
|
||
|
|
"pages": [{
|
||
|
|
"path": "pages/index/index",
|
||
|
|
"style": {
|
||
|
|
"navigationStyle": "custom"
|
||
|
|
}
|
||
|
|
}, {
|
||
|
|
"path": "pages/login/index",
|
||
|
|
"style": {
|
||
|
|
"navigationStyle": "custom"
|
||
|
|
}
|
||
|
|
}],
|
||
|
|
"preloadRule": {},
|
||
|
|
"globalStyle": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "迈柯唯访客在线核销",
|
||
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
|
"backgroundColor": "#96d6e9"
|
||
|
|
}
|
||
|
|
}
|