Parcourir la source

fix 修复参数遗漏

LiuHao il y a 2 ans
Parent
commit
f153da4390
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -121,7 +121,7 @@ defineExpose({
 })
 
 const toggleSideBar = () => {
-    appStore.toggleSideBar()
+    appStore.toggleSideBar(false)
 }
 
 const logout = async () => {