fix:修复 projectTopo metrics 删除会删除节点的问题

This commit is contained in:
zhangyu
2022-06-21 10:46:59 +08:00
parent 6919205fd4
commit 2b92eb3d01
9 changed files with 15 additions and 48 deletions

View File

@@ -373,7 +373,10 @@ const canvasOptions = {
disableEmptyLine: true,
autoExpandDistance: 0,
minScale: 0.2,
scaleKey: -1
scaleKey: -1,
keyCode: {
}
}
export default {
name: 'topologyL5',