We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6f70cc + e0880db commit a39698dCopy full SHA for a39698d
src/api/login/index.ts
@@ -83,5 +83,5 @@ export const reqCheck = (data: any) => {
83
84
// 通过短信重置密码
85
export const smsResetPassword = (data: any) => {
86
- return request.post({ url: '/system/auth/sms-reset-password', data })
+ return request.post({ url: '/system/auth/reset-password', data })
87
}
0 commit comments