From 68c27a904f1e800efed22a7045ce58d3b9104f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Tue, 7 Apr 2026 09:17:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(index):=20=E7=A7=BB=E9=99=A4=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC=E4=B8=AD=E7=9A=84=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/index/common/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/pages/index/common/index.vue b/src/views/pages/index/common/index.vue index 5ac54e9..a2fb31c 100644 --- a/src/views/pages/index/common/index.vue +++ b/src/views/pages/index/common/index.vue @@ -235,7 +235,7 @@ function showUploadDialog() { } function goDetail(item) { - const routeData = router.push({ + router.push({ path: '/detail', query: { id: item.id, @@ -245,7 +245,6 @@ function goDetail(item) { fileName: item.fileName, }, }); - // window.open(routeData.href, '_blank'); } // 检校