From bddc366f0558bd306437ab581ccf98f05e780f63 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 17 Jul 2023 20:06:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E9=A2=84=E8=A7=88=E8=B7=B3=E8=BD=ACurl?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 3f450020477f4022b83c338a3233e13100cafdc8) --- .../overview/DetectionPerformanceEventAppOverview.vue | 2 +- .../overview/DetectionPerformanceEventDomainOverview.vue | 2 +- .../detections/overview/DetectionPerformanceEventIpOverview.vue | 2 +- .../detections/overview/DetectionSecurityEventOverview.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 6824ace9..26faeb73 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -244,7 +244,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue index 710339c9..6576d614 100644 --- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue @@ -275,7 +275,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue index 8da10026..ae391b42 100644 --- a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue @@ -236,7 +236,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index c0ca3012..ff883d67 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -379,7 +379,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank')