|
@ -102,7 +102,7 @@ export const updatePassword = (data : UserVO) => { |
|
|
} |
|
|
} |
|
|
// 重置密码
|
|
|
// 重置密码
|
|
|
export const updateUserPassword = (data : UserVO) => { |
|
|
export const updateUserPassword = (data : UserVO) => { |
|
|
return request.put({ url: '/system/user/update-password', data }) |
|
|
return request.put({ url: '/system/user/update-password-by-mailKey', data }) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export const getPassWordConfig = () => { |
|
|
export const getPassWordConfig = () => { |
|
|