fix: 界面功能优化修改。

This commit is contained in:
tianyongbao
2025-01-02 12:38:40 +08:00
parent b772e48d84
commit 7b367fd202
2 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
{ {
"path": "pages/login", "path": "pages/login",
"style": { "style": {
"navigationBarTitleText": "登录" "navigationBarTitleText": ""
} }
}, },
{ {
@@ -26,7 +26,7 @@
{ {
"path": "pages/calendar/index", "path": "pages/calendar/index",
"style": { "style": {
"navigationBarTitleText": "首页" "navigationBarTitleText": ""
} }
}, },
{ {
@@ -38,27 +38,27 @@
{ {
"path": "pages/index", "path": "pages/index",
"style": { "style": {
"navigationBarTitleText": "资产总览", "navigationBarTitleText": "",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/work/index", "path": "pages/work/index",
"style": { "style": {
"navigationBarTitleText": "工作台" "navigationBarTitleText": ""
} }
}, },
{ {
"path": "pages/statistic/index", "path": "pages/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">