From ddc85c375af71d0891708d623a94691a88847caf Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 04 十二月 2024 17:00:09 +0800 Subject: [PATCH] 气体修改 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 23070ad..4f7259c 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ # 本地环境 ENV = 'development' -VITE_API_URL = 'http://192.168.2.10:17080' +VITE_API_URL = 'http://192.168.2.24:17080' #线上正式环境接口地址 #VITE_API_URL = 'http://ftir.sinanoaq.cn/api' -- Gitblit v1.9.2