给登录界面的标题加上了信息管理系统

This commit is contained in:
叶锦涛
2025-11-03 17:10:10 +08:00
parent 1b879addc7
commit 68c65ae8bd
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ export default {
/** /**
* 系统名称 * 系统名称
*/ */
systemName: import.meta.env.VITE_APP_SYSTEM_NAME || '测试医院', systemName: import.meta.env.VITE_APP_SYSTEM_NAME + '信息管理系统 ' || '测试医院信息管理系统',
/** /**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light * 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/ */

View File

@@ -5,7 +5,7 @@
<div class="el-login-top"> <div class="el-login-top">
<el-image :src="logoNew"></el-image> <el-image :src="logoNew"></el-image>
</div> </div>
<h1 class="title">{{ currentTenantName || settings.systemName }}</h1> <h1 class="title">{{ currentTenantName || settings.systemName }}信息管理系统</h1>
<p class="login-subtitle">请使用您的账号密码安全登录系统</p> <p class="login-subtitle">请使用您的账号密码安全登录系统</p>
<el-form-item prop="username"> <el-form-item prop="username">
<p class="label">用户名</p> <p class="label">用户名</p>