fix: 界面功能优化修改。

This commit is contained in:
tianyongbao
2025-01-02 12:25:51 +08:00
parent a2d7610157
commit 56b4223daa
2 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录"
"navigationBarTitleText": ""
}
},
{
@@ -26,25 +26,25 @@
{
"path": "pages/health/homepage/index",
"style": {
"navigationBarTitleText": "首页"
"navigationBarTitleText": ""
}
},
{
"path": "pages/health/index",
"style": {
"navigationBarTitleText": "工作台"
"navigationBarTitleText": ""
}
},
{
"path": "pages/health/statistic/index",
"style": {
"navigationBarTitleText": "统计分析"
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine",
"style": {
"navigationBarTitleText": "我的"
"navigationBarTitleText": ""
}
},
{