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',