From c704057d0c84323308b7878e43a01fbb28d4a04a Mon Sep 17 00:00:00 2001 From: zjl Date: Sun, 29 Sep 2024 15:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, );