From 76b409d95d16b0c9750b643cd42f0918b751238a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 30 Jun 2023 14:29:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E7=9A=84=E5=8F=82=E6=95=B0=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityList/entityListMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/entityExplorer/entityList/entityListMixin.js b/src/views/entityExplorer/entityList/entityListMixin.js index f18255aa..7301108f 100644 --- a/src/views/entityExplorer/entityList/entityListMixin.js +++ b/src/views/entityExplorer/entityList/entityListMixin.js @@ -140,7 +140,7 @@ export default { path: '/entityGraph', query: { entityType: this.entityData.entityType, - name: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName + entityName: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName } }) window.open(href, '_blank')