生产环境打包地址修改

This commit is contained in:
fmk1023
2025-05-09 22:26:06 +08:00
parent 3fa94693b2
commit 56c6461531

View File

@@ -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'