[update] 修改bug88595,修改密码加密
This commit is contained in:
@@ -119,6 +119,7 @@ export default {
|
||||
if (formData.confirmpassword) {
|
||||
formData.confirmpassword = encrypt.encrypt(formData.confirmpassword)
|
||||
}
|
||||
formData.rsaPublicKey = this.rsaPublicKey
|
||||
changePassword(formData).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
|
||||
Reference in New Issue
Block a user