From 8a7bdca6b15868ab7d43e7e6f872537ff7bc75e1 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Fri, 21 Aug 2026 12:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E5=9C=B0=E5=9D=80?= 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 c115743..df6beb4 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -10,7 +10,8 @@ const LOGIN_PATH = '/pages/login/index' /** 默认请求超时(ms) */ const DEFAULT_TIMEOUT = 15000 /** 接口根地址(uploadFile 等原生请求同样使用) */ -export const BASE_URL = "http://localhost:8000/index.php" +// export const BASE_URL = "http://localhost:8000/index.php" +export const BASE_URL = "https://purchase.henanklkj.com/index.php" /** * HTTP 状态码 → 错误提示映射