openRepoPortalV2打包命名修改

This commit is contained in:
fmk1023
2025-11-28 14:57:04 +08:00
parent 0ab4649909
commit d7dfa9bf8d
13 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
VITE_ENV = 'production'
# 主域名
VITE_HOST = 'http://222.20.126.217:10010/openRepoPortal'
VITE_HOST = 'http://222.20.126.217:10010/openRepoPortalV2'
# 接口地址
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/openRepoPortal'
VITE_STATIC_HOST = 'http://222.20.126.217:10010/openRepoPortalV2'
# 主页搜索子应用
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=/openRepoPortal/
VITE_BASE_URL=/openRepoPortalV2/
# AI大模型接口地址
VITE_AI_API_HOST = 'http://222.20.126.208:8087'