From 7acdce8ae7740d98273f446a0060b6b2bcd35231 Mon Sep 17 00:00:00 2001 From: gary <1032230992@qq.com> Date: Fri, 6 May 2022 10:05:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=BF=87=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 39dd9e3..326b602 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -71,7 +71,7 @@ const App: React.FC = () => { useEffect(() => { initAxios(() => { - dispatch(clearUserInfo) + dispatch(clearUserInfo()) }, toast) }, []) useEffect(() => {