Explorar el Código

fix 修复参数遗漏

LiuHao hace 2 años
padre
commit
f153da4390
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 () => {