fix 修复参数遗漏

This commit is contained in:
LiuHao 2023-04-19 14:30:30 +08:00
parent 20f64b54d5
commit f153da4390

View File

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