From 31ab2edfa500364818d2cc2c30acc1f4ae5b8dac Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 20 八月 2024 17:25:30 +0800 Subject: [PATCH] bug修改 --- src/layout/components/Navbar.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 46cf6ab..b8c655c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -120,6 +120,8 @@ type: 'warning' }).then(() => { removeToken() + Cookies.remove('userInfo') + Cookies.remove('configInfo') location.href = '/homePage'; }).catch(() => { }); -- Gitblit v1.9.2