From d4e1ca6f1078a8257fcf068f51e03a624b29b3b2 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 25 十二月 2024 20:18:33 +0800 Subject: [PATCH] 修改bug --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 7cbe28c..23070ad 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 本地环境 ENV = 'development' +VITE_API_URL = 'http://192.168.2.10:17080' -VITE_API_URL = 'http://121.239.169.27:16070' -#线上正式环境接口地址 \ No newline at end of file +#线上正式环境接口地址 +#VITE_API_URL = 'http://ftir.sinanoaq.cn/api' -- Gitblit v1.9.2