From f4d508e4ea6b161c4cecb8fa4e2cc7dab69497d7 Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Thu, 20 Nov 2025 14:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 3 ++- .env.test | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 30b7f0b..83a16ca 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" \ No newline at end of file +VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" +VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807" \ No newline at end of file diff --git a/.env.production b/.env.production index dd94ada..d4581fa 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_API_BASE_URL = "https://api.example.com" \ No newline at end of file +VITE_API_BASE_URL = "https://api.example.com" +VITE_API_BASE_URL_LINK = "https://web.homilychart.com" \ No newline at end of file diff --git a/.env.test b/.env.test index 30b7f0b..76fa27f 100644 --- a/.env.test +++ b/.env.test @@ -1 +1,2 @@ -VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" \ No newline at end of file +VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" +VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807"