Skip to content

Commit

Permalink
fix: 修复自动化代码管理侧边栏自动展开的问题 (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azir-11 authored Dec 11, 2024
1 parent 283143e commit 69ddb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/systemTools/autoCodeAdmin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
funcFlag.value = true
}
const funcFlag = ref(true)
const funcFlag = ref(false)
const closeFunc = () => {
funcFlag.value = false
Expand Down

0 comments on commit 69ddb2d

Please sign in to comment.