From 2be74029a43863c5c4e14c29978ab3e4540472a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Thu, 5 Jun 2025 10:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E4=B8=AD=E5=9B=BD=E7=A7=BB=E5=8A=A8=E9=83=A8=E7=BD=B2=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.loc | 6 ++++-- .gitignore | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.loc b/.env.loc index 157cf15..11d2065 100644 --- a/.env.loc +++ b/.env.loc @@ -2,7 +2,8 @@ VITE_ENV = 'loc' # 主域名 -VITE_HOST = 'http://124.223.71.235:8080' +# VITE_HOST = 'http://124.223.71.235:8080' +VITE_HOST = '' # 接口地址 VITE_API_HOST = 'https://test.gitcode.net' @@ -26,7 +27,8 @@ VITE_CSDN_URL = 'https://test.gitcode.net/oauth/login/csdn' VITE_ORG_COMMUNITY = 'https://test.gitcode.net' # 静态资源域名 -VITE_STATIC_HOST = 'http://124.223.71.235:8080' +# VITE_STATIC_HOST = 'http://124.223.71.235:8080' +VITE_STATIC_HOST = '' # 主页搜索子应用 VITE_CHILD_HOMEWEB_HOST = 'https://local.gitcode.net:8001/child/homeweb-app' diff --git a/.gitignore b/.gitignore index a8e7966..d3ad2df 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ node_modules .DS_Store dist openRepoPortal +nginx dist-ssr coverage *.local