From 6093a234cc12c83eabb12e7b07fdb2121b2b7747 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 31 Mar 2025 18:59:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=A7=A3=E9=94=81?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=8F=90=E7=A4=BA=E4=B8=AD=E7=9A=84=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/log/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/log/login/index.vue b/src/views/system/log/login/index.vue index a0cf877c..4527687c 100644 --- a/src/views/system/log/login/index.vue +++ b/src/views/system/log/login/index.vue @@ -272,7 +272,7 @@ function fnUnlock() { hide(); if (res.code === RESULT_CODE_SUCCESS) { message.success({ - content: t('views.system.log.login.unlockSure', { + content: t('views.system.log.login.unlockSuss', { userName: username, }), duration: 3,