fix 修复参数遗漏
This commit is contained in:
parent
20f64b54d5
commit
f153da4390
|
|
@ -121,7 +121,7 @@ defineExpose({
|
||||||
})
|
})
|
||||||
|
|
||||||
const toggleSideBar = () => {
|
const toggleSideBar = () => {
|
||||||
appStore.toggleSideBar()
|
appStore.toggleSideBar(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
const logout = async () => {
|
const logout = async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue