From 9c5fa63b89e134cf119f3b16904e0665f5d3a67e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 16 May 2024 14:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8F=90=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f8f3fa01..c6e6dbb0 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -264,7 +264,7 @@ export default { return }else if (res.BasicInfo.LoginState === 2) { // 本次登录的IP或设备与上次不一致,请确认' - this.$alert(this.$t('login:message:login4')) + this.$alert(this.$t('login:message:login4'), this.$t('common:title:warning')) } this.$store.dispatch('permission/generateRoutes').then(res => { this.loading = false