mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 16:17:31 +08:00
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
Block a user