From 605171b87bf2239e3dacb63fcb6237631f851764 Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Mon, 26 Jan 2026 15:01:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 97bb31b..9c7e05e 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # API 配置 # 生产环境使用相对路径,通过 nginx 代理 -# VITE_API_BASE_URL=/api/v1 +VITE_API_BASE_URL=/api/v1 -# 本地开发 -VITE_API_BASE_URL=http://127.0.0.1:2612/api/v1 +# 本地开发 (注释掉) +# VITE_API_BASE_URL=http://127.0.0.1:2612/api/v1