From 025d68edb7adb8cb392c4c852cf0518e4f204347 Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Thu, 18 Dec 2025 16:15:56 +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 0796729..09b500a 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" +VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/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 3b601ad..963cb02 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" +VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/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 1ff8fdf..5c7d2f4 100644 --- a/.env.test +++ b/.env.test @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" +VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart" VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"