From 22f05de83e308a4a7c622f2b0cc6685b21ffcb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=AD=9F?= <3111696955@qq.com> Date: Thu, 7 Aug 2025 10:58:47 +0800 Subject: [PATCH] =?UTF-8?q?infrastructure(biji-qianduan):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20API=20=E5=9F=BA=E7=A1=80=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将生产环境中的 API基础 URL 从 https://biji.ikmkj.dpdns.org 修改为 https://biji-houdaun.311169.xyz --- biji-qianduan/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biji-qianduan/.env.production b/biji-qianduan/.env.production index cf767f6..68f97c4 100644 --- a/biji-qianduan/.env.production +++ b/biji-qianduan/.env.production @@ -1 +1 @@ -VITE_API_BASE_URL=https://biji.ikmkj.dpdns.org +VITE_API_BASE_URL=https://biji-houdaun.311169.xyz