fix: 登录页,工作台,首页,我,上方空白问题修复。

This commit is contained in:
tianyongbao
2025-12-09 18:23:38 +08:00
parent 49e8de2722
commit d120d106da

View File

@@ -14,7 +14,8 @@
{ {
"path": "pages/login", "path": "pages/login",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": "",
"navigationStyle": "custom"
} }
}, },
{ {
@@ -38,13 +39,15 @@
{ {
"path": "pages/health/homepage/index", "path": "pages/health/homepage/index",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": "",
"navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/health/index", "path": "pages/health/index",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": "",
"navigationStyle": "custom"
} }
}, },
{ {
@@ -56,7 +59,8 @@
{ {
"path": "pages/mine", "path": "pages/mine",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": "",
"navigationStyle": "custom"
} }
}, },
{ {