Tcode平台改造升级-项目名称openRepoPortalV2改为tcode

This commit is contained in:
fmk1023
2025-12-05 17:12:52 +08:00
parent 1e2d8f775d
commit af7578ec2a
14 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
VITE_ENV = 'production'
# 主域名
VITE_HOST = 'http://222.20.126.217:10010/openRepoPortalV2'
VITE_HOST = 'http://222.20.126.217:10010/tcode'
# 接口地址
VITE_API_HOST = '/gateway/official'
@@ -26,7 +26,7 @@ VITE_CSDN_URL = 'https://web-api.gitcode.com/oauth/login/csdn'
VITE_ORG_COMMUNITY = 'https://gitcode.com'
# 静态资源域名
VITE_STATIC_HOST = 'http://222.20.126.217:10010/openRepoPortalV2'
VITE_STATIC_HOST = 'http://222.20.126.217:10010/tcode'
# 主页搜索子应用
VITE_CHILD_HOMEWEB_HOST = 'https://homepage-app.gitcode.com'
@@ -37,7 +37,7 @@ VITE_USER_CENTER_HOST = 'https://usercenter-app.gitcode.com'
# ai-copilot 子应用
VITE_COPILOT_HOST = 'https://copilot-app.gitcode.com'
VITE_BASE_URL=/openRepoPortalV2/
VITE_BASE_URL=/tcode/
# AI大模型接口地址
VITE_AI_API_HOST = 'http://222.20.126.208:8087'