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)) } }) })