From 52908e6627b4d1ebd11413d619fc30cc2d76d797 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Tue, 29 Jul 2025 09:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 48c6043..a03e777 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.110:8899' +VITE_APP_BASE_API = 'http://192.168.110.159:8899' # 无人机接口地址