From f153da439042eccda9ae0b0f8fd0c5189a0e7bae Mon Sep 17 00:00:00 2001 From: LiuHao Date: Wed, 19 Apr 2023 14:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 44250ca..156011f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -121,7 +121,7 @@ defineExpose({ }) const toggleSideBar = () => { - appStore.toggleSideBar() + appStore.toggleSideBar(false) } const logout = async () => {