From 0716541298fa8eb947876210c4a10ff039b532a8 Mon Sep 17 00:00:00 2001 From: deartibers <947466799@qq.com> Date: Mon, 10 Oct 2022 16:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/layout/containers/layout/index.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/client/src/layout/containers/layout/index.jsx b/web/client/src/layout/containers/layout/index.jsx index 28a7f90..0fb8441 100644 --- a/web/client/src/layout/containers/layout/index.jsx +++ b/web/client/src/layout/containers/layout/index.jsx @@ -140,6 +140,11 @@ const LayoutContainer = props => { useEffect(() => { let pathnameArr = location.pathname.split('/') + if (location.pathname == '/userCenter') { + localStorage.setItem('poms_open_sider', JSON.stringify([])) + localStorage.removeItem('poms_selected_sider') + setLeftShow(false) + } let openArr = [] for (let i = 0; i < allItems.length; i++) { if (allItems[i].items) {