From aa727b440fb7b66de881ea2b999dd138cf27bbe5 Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Fri, 2 Dec 2022 17:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B7=AF=E7=94=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/layout/components/header/index.js | 2 +- web/client/src/sections/homePage/containers/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/src/layout/components/header/index.js b/web/client/src/layout/components/header/index.js index 7092e3b..275626c 100644 --- a/web/client/src/layout/components/header/index.js +++ b/web/client/src/layout/components/header/index.js @@ -34,7 +34,7 @@ function Header(props) { const handelClick = (item) => { if (item.key === 'logout') { // dispatch(actions.auth.logout(user)); - // sessionStorage.removeItem('selectedKeys'); + sessionStorage.removeItem('selectedKeys'); history.push('/brief'); } // else if (item.key === 'themeLight') { diff --git a/web/client/src/sections/homePage/containers/index.js b/web/client/src/sections/homePage/containers/index.js index ea1c61d..79532a4 100644 --- a/web/client/src/sections/homePage/containers/index.js +++ b/web/client/src/sections/homePage/containers/index.js @@ -225,7 +225,7 @@ function Management(props) { {/* */} - +