From 991deb8fe0387a8dfc31e0e2a0fc49bd894b2fde Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Wed, 17 Dec 2025 14:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=89=8D?= =?UTF-8?q?=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index cf77dd5..0796729 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828" \ No newline at end of file diff --git a/.env.production b/.env.production index aa59521..3b601ad 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "https://api.homilychart.com" \ No newline at end of file diff --git a/.env.test b/.env.test index 3e219ee..1ff8fdf 100644 --- a/.env.test +++ b/.env.test @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"