TinsFox
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/services/ant-design-pro/login.ts
|
|
|
@ -12,7 +12,7 @@ export async function getFakeCaptcha( |
|
|
|
options?: { [key: string]: any }, |
|
|
|
) { |
|
|
|
return request<API.FakeCaptcha>('/api/login/captcha', { |
|
|
|
method: 'POST', |
|
|
|
method: 'GET', |
|
|
|
params: { |
|
|
|
...params, |
|
|
|
}, |
|
|
|
|