From 7bdaa8129c4cfa8aff0e39395f09b695746647cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Thu, 29 May 2025 15:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A6=E5=8F=B7=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/Navbar/index.vue b/src/layout/components/Navbar/index.vue index e0e5c6b..767101b 100644 --- a/src/layout/components/Navbar/index.vue +++ b/src/layout/components/Navbar/index.vue @@ -214,6 +214,7 @@ function logout() { localStorage.removeItem('orgNo'); localStorage.removeItem('session'); localStorage.removeItem('token'); + location.reload(); }); }