From 38e15ed562dd3993051af74208bc31ddd2a16ecf Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Tue, 2 Jun 2026 11:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 27871b4..d2b4520 100644 --- a/.env.development +++ b/.env.development @@ -3,5 +3,5 @@ ENV = 'development' # 统一后端服务地址前缀(网关服务名:admin-go) # 开发环境走本地代理,避免 CORS -# VITE_API_URL = 'http://116.204.74.41:8000' -VITE_API_URL = 'http://192.168.3.30:8000' \ No newline at end of file +VITE_API_URL = 'http://116.204.74.41:8000' +# VITE_API_URL = 'http://192.168.3.30:8000' \ No newline at end of file