From f085e98abe1c4ad52732a42da4f7aa4b69ab275e Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 14 Aug 2024 09:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 9b36760..9f5d96a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -42,6 +42,7 @@ const App: React.FC = () => { }).then(res => { if (res.code === 200) { storage.setItem('user', JSON.stringify(res.data)) + toSrc('/home') startSignalr() } else { toSrc('/login')