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

View File

@@ -3,7 +3,7 @@
<view class="logo-content align-center justify-center flex"> <view class="logo-content align-center justify-center flex">
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix"> <image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
</image> </image>
<text class="title">智聪健康平台登录</text> <text class="title">智聪健康管理平台</text>
</view> </view>
<view class="login-form-content"> <view class="login-form-content">
<view class="input-item flex align-center"> <view class="input-item flex align-center">