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

This commit is contained in:
青菜白玉汤 2024-12-11 17:51:10 +08:00 committed by GitHub
parent 283143e1bf
commit 69ddb2ddff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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