From e371d2ac9686d21bf2e2ed166697f6f4c118ff40 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Wed, 30 Jul 2025 16:40:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20env=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index 23241e6..9b61c3f 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -3,7 +3,7 @@ VITE_BASE=/ # 请求路径 VITE_BASE_URL=http://192.168.9.50:48080 # 接口地址 -VITE_GLOB_API_URL=http://192.168.9.50:48080/admin-api +VITE_GLOB_API_URL=/admin-api # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server