批量校验相关issue修复

This commit is contained in:
付民康
2025-03-18 20:40:18 +08:00
parent 945e11b0ae
commit 0f2315f1f6
2 changed files with 36 additions and 35 deletions

View File

@@ -5,10 +5,10 @@ VITE_ENV = 'production'
VITE_HOST = 'http://222.20.126.217:10010/openRepoPortal'
# 接口地址
VITE_API_HOST = 'https://web-api.gitcode.com'
VITE_API_HOST = 'http://223.76.236.155:20011/gateway/official'
# devPress接口地址
VITE_DEV_API_HOST = 'https://gitcode.com'
VITE_DEV_API_HOST = 'http://223.76.236.155:20011/gateway/official'
# devPress地址
VITE_DEV_HOST = 'https://gitcode.com'