fix: 修复登录页面提示信息不生效的问题

--bug=1011714 --user=刘瑞斌 [系统设置]github#11957系统设置-显示设置-登陆页面提示信息,不生效 https://www.tapd.cn/55049933/s/1128793

Closes #11957
This commit is contained in:
CaptainB 2022-04-01 15:33:15 +08:00 committed by 刘瑞斌
parent d71bf052ce
commit c3b24ed39e
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<img :src="'/display/file/loginLogo'" alt="">
</div>
<div class="welcome">
<span>{{ $t("commons.welcome") }}</span>
<span>{{ loginTitle }}</span>
</div>
</div>
<div class="form">
@ -82,7 +82,8 @@ export default {
openLdap: false,
authSources: [],
loginUrl: 'signin',
lastUser: null
lastUser: null,
loginTitle: this.$t('commons.welcome')
};
},
beforeCreate() {