From 34bc28794588382bade2f2a3382e8680964ca102 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 05 十二月 2024 10:52:39 +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