修改bug

This commit is contained in:
GGJ
2024-04-18 16:03:53 +08:00
parent 5345dbd84b
commit 997e8a9252
7 changed files with 165 additions and 142 deletions

View File

@@ -75,7 +75,7 @@ const pointTree = ref()
const size = ref(0)
const isReload = ref(false)
const height = mainHeight(40)
const activeName = ref('6')
const activeName = ref('1')
onMounted(() => {
const dom = document.getElementById('navigation-splitpanes')
if (dom) {