From 2290eb28d7adb56807db1b82609c75513be46484 Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Fri, 29 Aug 2025 14:55:08 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=20API=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 VITE_APP_BASE_API 的值从 'http://192.168.110.180:8899' 修改为 'http://192.168.110.210:8899' - 此更新是为了适应开发环境的变化,确保开发人员使用正确的 API 地址 --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 2ef074f..3cc6ede 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +VITE_APP_BASE_API = 'http://192.168.110.210:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成