[update] 修改bug88595,修改密码加密

This commit is contained in:
lideqin
2024-08-16 14:39:01 +08:00
parent 77c06177b9
commit 540e3b89a8
@@ -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)