fix: 修复自动化代码管理侧边栏自动展开的问题 (#1959)

This commit is contained in:
青菜白玉汤
2024-12-11 17:51:10 +08:00
committed by GitHub
parent 283143e1bf
commit 69ddb2ddff

View File

@@ -393,7 +393,7 @@
funcFlag.value = true
}
const funcFlag = ref(true)
const funcFlag = ref(false)
const closeFunc = () => {
funcFlag.value = false