From 4cc743acbbe2ff41ccff1a72334bfa106e910b00 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 10 四月 2024 09:12:52 +0800 Subject: [PATCH] 初始化 --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 5fe3cb4..85daf2d 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 本地环境 ENV = 'development' +VITE_API_URL = 'http://192.168.0.27:17080' -VITE_API_URL = 'http://121.239.169.41:9091' -#线上正式环境接口地址 \ No newline at end of file +#线上正式环境接口地址 +#VITE_API_URL = 'http://ftir.sinanoaq.cn/api' \ No newline at end of file -- Gitblit v1.9.2