fix(pages): fix globalStyle 配置错误

This commit is contained in:
Burt
2024-01-04 10:42:11 +08:00
parent 3e0899107e
commit 8b5d543fc9
2 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
{
"globalStyle": {
"navigationStyle": "white",
"navigationBarTitleText": "vue3-uniapp"
"navigationStyle": "default",
"navigationBarTitleText": "vue3-uniapp",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black"
},
"easycom": {
"autoscan": true,
@@ -68,6 +70,6 @@
"type": "page"
}
],
"exclude": ["**/components/**/**.*", "**/components/**.*", "pages/index/components/demo"],
"exclude": ["components/**/**.*", "components/**.*", "pages/index/components/demo"],
"subPackages": []
}