forked from Gitlink/forgeplus-react
立即报名
This commit is contained in:
parent
fae0bbe1b8
commit
6fb0214e9b
|
@ -223,6 +223,10 @@ const competitionDetails: FC<PageProps> = ({
|
|||
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',
|
||||
|
|
Loading…
Reference in New Issue