From 69d316eaf8733d81c94b3422f7819dc72e7cd319 Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Fri, 21 Nov 2025 10:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 5794ede..194903f 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ VITE_APP_ENV=development # 测试环境 API -VITE_API_BASE_URL=https://dbqb.nfdxy.net/activityApi \ No newline at end of file +VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file diff --git a/.env.production b/.env.production index 46e631f..b957eaa 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ VITE_APP_ENV=production # 生产环境 API -VITE_API_BASE_URL=https://dbqb.nfdxy.net/activityApi \ No newline at end of file +VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file