邮箱@被转%40的bug解决

uat_us
熊飞 2024-03-12 15:29:37 +08:00
parent 4fff154ad6
commit 73a054ad27
1 changed files with 1 additions and 1 deletions

View File

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