监测点运行状态

This commit is contained in:
仲么了
2024-03-04 09:54:54 +08:00
parent 696cc76210
commit a918b2ce8e
4 changed files with 165 additions and 152 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('5')
const activeName = ref('6')
onMounted(() => {
const dom = document.getElementById('navigation-splitpanes')
if (dom) {