From cd109490c0680152b674fd72c6aa117e8c30d78b Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 1 Jun 2023 17:01:03 +0800 Subject: [PATCH] remove --- src/pages/Competitions/Index/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Competitions/Index/index.tsx b/src/pages/Competitions/Index/index.tsx index f78e5283d..e296f0431 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,external:true }, + payload: { ...competitions.listParams}, }); }, [competitions.name]); useEffect(() => {