From b0c4289b4215ee7d68895a202e846cbb1b3062d0 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Fri, 31 Jul 2026 18:57:11 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 4b4594f..1012ced 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -29,7 +29,8 @@ const REQUEST_TIMEOUT = 10000 /** 登录页面 */ const LOGIN_PATH = '/pages/login/index' /** API 基础地址 */ -const BASE_URL = 'http://localhost:8000' +// const BASE_URL = 'http://localhost:8000' +const BASE_URL = 'https://api.school.henanklkj.com' /** * 解析请求 URL,自动拼接 BASE_URL