diff --git a/src/pages/Competitions/Index/index.tsx b/src/pages/Competitions/Index/index.tsx index 8a9fdd1ea..f78e5283d 100755 --- a/src/pages/Competitions/Index/index.tsx +++ b/src/pages/Competitions/Index/index.tsx @@ -89,7 +89,7 @@ const competitionsIndexPage: FC = ({ // getHomeNotice(); dispatch({ type: 'competitions/getList', - payload: { ...competitions.listParams }, + payload: { ...competitions.listParams,external:true }, }); }, [competitions.name]); useEffect(() => {