From fc70a46bf84cda4fbe53332f4abd84cf1227fe95 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 11 十一月 2025 10:14:25 +0800 Subject: [PATCH] 新增气象极值 --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 825a49f..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://192.168.0.47:17080' -#线上正式环境接口地址 \ No newline at end of file +#线上正式环境接口地址 +#VITE_API_URL = 'http://ftir.sinanoaq.cn/api' -- Gitblit v1.9.2