From 08e22f6cabd4962da59b2046d0e2b4e6203044fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Tue, 18 Mar 2025 21:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/Jyh/Search/Components/BatchVerify.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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