From 56c6461531cd23cd5cd979c2aae51e714ca7f1eb Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Fri, 9 May 2025 22:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.pre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.pre b/.env.pre index 847f281..2037785 100644 --- a/.env.pre +++ b/.env.pre @@ -2,7 +2,7 @@ VITE_ENV = 'pre' # 主域名 -VITE_HOST = 'http://223.76.236.155:30010/openRepoPortal' +VITE_HOST = 'https://tcode.com.cn' # 接口地址 VITE_API_HOST = '/gateway/official' @@ -26,7 +26,7 @@ VITE_CSDN_URL = 'https://pre-web-api.gitcode.com/oauth/login/csdn' VITE_ORG_COMMUNITY = 'https://gitcode.com' # 静态资源域名 -VITE_STATIC_HOST = 'http://223.76.236.155:30010/openRepoPortal' +VITE_STATIC_HOST = 'https://tcode.com.cn' # 主页搜索子应用 VITE_CHILD_HOMEWEB_HOST = 'https://pre-homepage-app.gitcode.com'