邮箱@被转%40的bug解决
parent
4fff154ad6
commit
73a054ad27
|
@ -28,7 +28,7 @@ export default {
|
||||||
let msg = this.$t('system:userlist:message:ResetPassword2')
|
let msg = this.$t('system:userlist:message:ResetPassword2')
|
||||||
msg = msg.replace('xxx', params('userName'))
|
msg = msg.replace('xxx', params('userName'))
|
||||||
msg = msg.replace('yyy', params('email'))
|
msg = msg.replace('yyy', params('email'))
|
||||||
this.$alert(msg)
|
this.$alert(decodeURIComponent(msg))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue