From 793b2d36989a275efd3816af6a39649041526abf Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 31 Mar 2026 10:25:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index e6c82f0..08e747d 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,9 @@ # 本地环境 VITE_APP_TITLE=瓷福隧道窑系统 -VITE_API_BASE_URL=http://10.0.11.74:60309/api -VITE_APP_BASEURL=http://10.0.11.74:60309 +# VITE_API_BASE_URL=http://10.0.11.74:60309/api +# VITE_APP_BASEURL=http://10.0.11.74:60309 +VITE_API_BASE_URL=http://127.0.0.1:60309/api +VITE_APP_BASEURL=http://127.0.0.1:60309 # 本地端口 VITE_APP_PORT=2800 # 是否开启代理