From dd55467c75de5af5117d4240a9aa8dd13a023f3c Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 08 五月 2025 13:51:01 +0800 Subject: [PATCH] 新项目 --- .env.development | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 23070ad..ae70910 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,7 @@ # 本地环境 ENV = 'development' -VITE_API_URL = 'http://192.168.2.10:17080' +VITE_API_URL = 'http://huatai.sinanoaq.cn/api' +#VITE_API_URL = 'http://192.168.2.11:17080' #线上正式环境接口地址 #VITE_API_URL = 'http://ftir.sinanoaq.cn/api' -- Gitblit v1.9.2