From a0e735f11a422afd347f21a2b3498e6fd89ae2f6 Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Fri, 21 Nov 2025 10:29:31 +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 194903f..9985a6b 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ VITE_APP_ENV=development # 测试环境 API -VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file +VITE_API_BASE_URL=https://dbqb.legu168.cn/activityApi \ No newline at end of file diff --git a/.env.production b/.env.production index b957eaa..e5301e0 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ VITE_APP_ENV=production # 生产环境 API -VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file +VITE_API_BASE_URL=https://dbqb.legu168.cn/activityApi \ No newline at end of file