From 0c5628358fbe582473f4b0e3c5c5a4930169a529 Mon Sep 17 00:00:00 2001 From: hezhaohui Date: Fri, 17 Jul 2026 14:05:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(subsystem):=20=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 SubsystemCard 直接打开外部链接的逻辑 - 点击卡片后路由跳转到 /subsystem/detail/:name - 用户需在详情页点击按钮后才会访问外部系统 --- frontend/src/components/SubsystemCard.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/SubsystemCard.vue b/frontend/src/components/SubsystemCard.vue index 074d21b..25719b7 100644 --- a/frontend/src/components/SubsystemCard.vue +++ b/frontend/src/components/SubsystemCard.vue @@ -19,12 +19,15 @@