Skip to content

Commit a39698d

Browse files
YunaiVgitee-org
authored andcommitted
!689 fix:修复重置密码接口错误导致管理员忘记密码功能异常
Merge pull request !689 from Baron.Bai/fix-admin-reset-password
2 parents c6f70cc + e0880db commit a39698d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/login/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ export const reqCheck = (data: any) => {
8383

8484
// 通过短信重置密码
8585
export const smsResetPassword = (data: any) => {
86-
return request.post({ url: '/system/auth/sms-reset-password', data })
86+
return request.post({ url: '/system/auth/reset-password', data })
8787
}

0 commit comments

Comments
 (0)