From d950baf9168cda9b9aa69e5968d4c4671c1aaa4b Mon Sep 17 00:00:00 2001 From: zhangminghua Date: Tue, 14 Mar 2023 09:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=8E=9F=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E6=97=A0=E5=85=B3=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/auth/actions/auth.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/client/src/sections/auth/actions/auth.js b/web/client/src/sections/auth/actions/auth.js index 6fb0d4d..39a61fd 100644 --- a/web/client/src/sections/auth/actions/auth.js +++ b/web/client/src/sections/auth/actions/auth.js @@ -45,8 +45,6 @@ export function logout (user) { const token = user.token; const url = ApiTable.logout; sessionStorage.removeItem('user'); - localStorage.removeItem('zhongding_selected_sider') - localStorage.removeItem('zhongding_open_sider') Request.put(url, { token: token });