mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-22 04:43:00 +00:00
fix: 修复自动化代码管理侧边栏自动展开的问题 (#1959)
This commit is contained in:
@@ -393,7 +393,7 @@
|
||||
funcFlag.value = true
|
||||
}
|
||||
|
||||
const funcFlag = ref(true)
|
||||
const funcFlag = ref(false)
|
||||
|
||||
const closeFunc = () => {
|
||||
funcFlag.value = false
|
||||
|
||||
Reference in New Issue
Block a user