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 () => {