fix:修复重置密码接口错误导致管理员忘记密码功能异常
parent
e9a4efbf6a
commit
e0880db65c
|
@ -83,5 +83,5 @@ export const reqCheck = (data: any) => {
|
|||
|
||||
// 通过短信重置密码
|
||||
export const smsResetPassword = (data: any) => {
|
||||
return request.post({ url: '/system/auth/sms-reset-password', data })
|
||||
return request.post({ url: '/system/auth/reset-password', data })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue