mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-13 18:36:39 +00:00
完成用户中心的对接
This commit is contained in:
@@ -104,9 +104,9 @@ export function updateUserPwd(oldPassword, newPassword) {
|
||||
newPassword
|
||||
}
|
||||
return request({
|
||||
url: '/system/user/profile/updatePwd',
|
||||
url: '/system/user/profile/update-password',
|
||||
method: 'put',
|
||||
params: data
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user