From 17d55e3a732eaa2a3a037e79f92e6725e11d9b85 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Wed, 19 Jun 2024 11:38:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E5=9B=BE=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= =?UTF-8?q?:=E6=8B=93=E5=B1=95=E8=8A=82=E7=82=B9=E6=97=B6=EF=BC=8Cip?= =?UTF-8?q?=E5=92=8Cdomain=E5=90=8C=E5=90=8D=E6=83=85=E5=86=B5=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityGraph/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/entityExplorer/entityGraph/node.js b/src/views/entityExplorer/entityGraph/node.js index 7c2a8fad..28d9fd1c 100644 --- a/src/views/entityExplorer/entityGraph/node.js +++ b/src/views/entityExplorer/entityGraph/node.js @@ -11,7 +11,7 @@ export default class Node { * cfg: { entityType, entityName } * */ constructor (type, id, data, sourceNode, strength, img) { - this.id = id + type + this.id = id + data.entityType this.realId = id this.type = type this.vx = 0