forked from Gitlink/forgeplus-react
特殊竞赛通道
This commit is contained in:
parent
684f6a803d
commit
fae0bbe1b8
|
@ -324,7 +324,10 @@ const competitionsIndexPage: 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',
|
||||
payload: {
|
||||
|
|
Loading…
Reference in New Issue