mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-01-14 06:05:42 +08:00
fix 修复参数遗漏
This commit is contained in:
@@ -121,7 +121,7 @@ defineExpose({
|
||||
})
|
||||
|
||||
const toggleSideBar = () => {
|
||||
appStore.toggleSideBar()
|
||||
appStore.toggleSideBar(false)
|
||||
}
|
||||
|
||||
const logout = async () => {
|
||||
|
||||
Reference in New Issue
Block a user