😎修改首页标题描述机制

This commit is contained in:
zuohuaijun 2025-03-25 12:54:42 +08:00
parent 91c0bc5c14
commit 8dee48f983
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
"vue-signature-pad": "^3.0.2", "vue-signature-pad": "^3.0.2",
"vue3-flag-icons": "^0.0.3", "vue3-flag-icons": "^0.0.3",
"vue3-tree-org": "^4.2.2", "vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.4.23", "vxe-pc-ui": "^4.4.24",
"vxe-table": "^4.11.29", "vxe-table": "^4.11.29",
"vxe-table-plugin-element": "^4.0.4", "vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7", "vxe-table-plugin-export-xlsx": "^4.0.7",

View File

@ -5,8 +5,8 @@
<img :src="getThemeConfig.logoUrl" /> <img :src="getThemeConfig.logoUrl" />
<div class="login-left-logo-text"> <div class="login-left-logo-text">
<span>{{ getThemeConfig.globalViceTitle }}</span> <span>{{ getThemeConfig.globalViceTitle }}</span>
<!-- <span class="login-left-logo-text-msg">{{ getThemeConfig.globalViceTitleMsg }}</span> --> <span class="login-left-logo-text-msg">{{ getThemeConfig.globalViceTitleMsg }}</span>
<span class="login-left-logo-text-msg">{{ $t('message.viceDesc') }}</span> <!-- <span class="login-left-logo-text-msg">{{ $t('message.viceDesc') }}</span> -->
</div> </div>
</div> </div>
<el-carousel height="500px" class="login-carousel"> <el-carousel height="500px" class="login-carousel">