diff --git a/src/api/system/user.ts b/src/api/system/user.ts index 0cea6a1..7362941 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -65,7 +65,7 @@ export function login2(data) { export function getInfoCaptcha() { return http.request( { - url: '/admin/captcha', + url: '/captcha', method: 'GET' }, );