From 31d935241e655da145878ac22d363bc259b69e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D?= <你的邮箱> Date: Thu, 6 Nov 2025 16:03:44 +0800 Subject: [PATCH] fix: use relative API url for production --- 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 82b18107..c1a6a112 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -1,7 +1,7 @@ VITE_BASE=/ # 接口地址 -VITE_GLOB_API_URL=http://192.168.9.149:5320/api +VITE_GLOB_API_URL=/api # 是否开启压缩,可以设置为 none, brotli, gzip VITE_COMPRESS=none