From b4dc89f548a2e0472ea72da09356f3a3efdf6ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= Date: Thu, 26 Sep 2024 17:41:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20login=E6=8A=A5=E9=94=99=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Login.vue b/src/Login.vue index fea27950..d7b9666d 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -141,7 +141,7 @@ export default { this.loading = false this.blockOperation.query = false if (_.get(e, 'response.data.code', 0) === 518005) { - this.$message.error(this.$t('Incorrect username or password')) + this.$message.error(this.$t('tip.incorrectUsernameOrPassword')) } else { this.$message.error(this.errorMsgHandler(e)) }