优化特殊字符密码修改失败问题

This commit is contained in:
RuoYi
2024-12-17 14:28:17 +08:00
parent b25a280ebb
commit 67b17da06f
2 changed files with 9 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ export function updateUserPwd(oldPassword, newPassword) {
return request({
url: '/system/user/profile/updatePwd',
method: 'put',
params: data
data: data
})
}