From b09c812664aa183ffd1f725b31606201ac6a50ca Mon Sep 17 00:00:00 2001 From: lz-ui Date: Thu, 23 Oct 2025 15:40:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=83=AD=E9=97=A8?= =?UTF-8?q?=E6=AF=94=E8=B5=9B=E8=B5=9B=E6=9E=9C=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tc/hotContestList/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/tc/hotContestList/index.vue b/src/views/tc/hotContestList/index.vue index 6343a60..89a2f74 100644 --- a/src/views/tc/hotContestList/index.vue +++ b/src/views/tc/hotContestList/index.vue @@ -60,8 +60,8 @@ @@ -217,7 +217,8 @@ function getLeagueAbbNames() { /** 跳转链接 */ function handleJumpLink(row) { - jumpLink(row.matchId, 1) + // jumpLink(row.matchId, 1) + window.open(`https://live.titan007.com/detail/${row.matchId}sb.htm`) } /** 查看详情 */