From 8906cf6abb9c6f0a72ff925ef615e855ede5498b Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Fri, 31 Jul 2026 19:23:49 +0800 Subject: [PATCH] =?UTF-8?q?api=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 1012ced..dcee204 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -30,7 +30,7 @@ const REQUEST_TIMEOUT = 10000 const LOGIN_PATH = '/pages/login/index' /** API 基础地址 */ // const BASE_URL = 'http://localhost:8000' -const BASE_URL = 'https://api.school.henanklkj.com' +const BASE_URL = 'https://api.school.henanklkj.com/index.php' /** * 解析请求 URL,自动拼接 BASE_URL