fix 修复参数遗漏

dev
LiuHao 3 years ago
parent 20f64b54d5
commit f153da4390

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

Loading…
Cancel
Save