Merge remote-tracking branch 'origin/dev-nw' into dev-nw

This commit is contained in:
mashuai 2024-06-06 15:52:18 +08:00
commit ff0d34952d
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ export function updateUserProfile(data) {
// 用户密码重置
export function updateUserPwd(oldPassword, newPassword) {
const data = {
oldPassword,
newPassword
actionCode: oldPassword,
handleCode: newPassword
}
return request({
url: '/system/user/profile/updatePwd',