From 73a054ad27fc633083a85304ed8c5885dc8f801c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 12 Mar 2024 15:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E7=AE=B1@=E8=A2=AB=E8=BD=AC%40?= =?UTF-8?q?=E7=9A=84bug=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/Account.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/components/Account.vue b/src/views/system/user/components/Account.vue index c2ff3b7c..83045fcf 100644 --- a/src/views/system/user/components/Account.vue +++ b/src/views/system/user/components/Account.vue @@ -28,7 +28,7 @@ export default { let msg = this.$t('system:userlist:message:ResetPassword2') msg = msg.replace('xxx', params('userName')) msg = msg.replace('yyy', params('email')) - this.$alert(msg) + this.$alert(decodeURIComponent(msg)) } }) })