diff --git a/.env.production b/.env.production index 0c5e490..08dc3a4 100644 --- a/.env.production +++ b/.env.production @@ -5,10 +5,10 @@ VITE_ENV = 'production' VITE_HOST = 'http://222.20.126.217:10010/openRepoPortal' # 接口地址 -VITE_API_HOST = 'http://223.76.236.155:20011/gateway/official' +VITE_API_HOST = '/gateway/official' # devPress接口地址 -VITE_DEV_API_HOST = 'http://223.76.236.155:20011/gateway/official' +VITE_DEV_API_HOST = '/gateway/official' # devPress地址 VITE_DEV_HOST = 'https://gitcode.com' diff --git a/src/views/Jyh/Search/Components/BatchVerify.vue b/src/views/Jyh/Search/Components/BatchVerify.vue index 487677c..8f2f089 100644 --- a/src/views/Jyh/Search/Components/BatchVerify.vue +++ b/src/views/Jyh/Search/Components/BatchVerify.vue @@ -238,7 +238,7 @@ const handleBatchImport = async() => { // 多个项目导入 // 跳转 const gotoDetail = (row) => { - + /*TODO:如果是可使用、有风险的,点击软件版本,可跳转到软件详情页面;如果是未治理的,无法跳转*/ // 后续请换成params,暂时params传参没传过去 router.push({ path: 'repoDetail/' + row.version