From c3b24ed39e428eb6093f57426286d940ca5e6e53 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 1 Apr 2022 15:33:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1011714 --user=刘瑞斌 [系统设置]github#11957系统设置-显示设置-登陆页面提示信息,不生效 https://www.tapd.cn/55049933/s/1128793 Closes #11957 --- frontend/src/login/Login.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/login/Login.vue b/frontend/src/login/Login.vue index 5147a9ac88..def9c4ca34 100644 --- a/frontend/src/login/Login.vue +++ b/frontend/src/login/Login.vue @@ -8,7 +8,7 @@
- {{ $t("commons.welcome") }} + {{ loginTitle }}
@@ -82,7 +82,8 @@ export default { openLdap: false, authSources: [], loginUrl: 'signin', - lastUser: null + lastUser: null, + loginTitle: this.$t('commons.welcome') }; }, beforeCreate() {