Merge remote-tracking branch 'origin/dev-nw' into dev-nw
This commit is contained in:
commit
ff0d34952d
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue