From 6fb0214e9b0e8e4cfab96d4c03b43b66d8261e8a Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 9 Jun 2023 16:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E6=8A=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Competitions/Detail/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Competitions/Detail/index.tsx b/src/pages/Competitions/Detail/index.tsx index aa906923..e1c0af30 100644 --- a/src/pages/Competitions/Detail/index.tsx +++ b/src/pages/Competitions/Detail/index.tsx @@ -223,6 +223,10 @@ const competitionDetails: FC = ({ setshowphone(true) return } + if(item.identifier === "track4_2023" || item.identifier === "track2_2023" || item.identifier === "track1_2023"){ + openNewWindow(`/competitions/index/${item.identifier}`); + return; + } let data =await dispatch({ type: 'competitions/GetKylinId',