给登录界面的标题加上了信息管理系统
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="el-login-top">
|
||||
<el-image :src="logoNew"></el-image>
|
||||
</div>
|
||||
<h1 class="title">{{ currentTenantName || settings.systemName }}</h1>
|
||||
<h1 class="title">{{ currentTenantName || settings.systemName }}信息管理系统</h1>
|
||||
<p class="login-subtitle">请使用您的账号密码安全登录系统</p>
|
||||
<el-form-item prop="username">
|
||||
<p class="label">用户名</p>
|
||||
|
||||
Reference in New Issue
Block a user