This commit is contained in:
sjl
2025-01-13 22:42:14 +08:00
parent b584142f5e
commit 5199ee2db0
8 changed files with 31 additions and 32 deletions

View File

@@ -145,7 +145,7 @@ const monitorIdxList = [
},
]
const handleNodeClick = (data) => {
console.log(data);
// console.log(data);
};
const MonIsShow = ref(false)
const DevIsShow = ref(false)