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`) } /** 查看详情 */