From 6c1f1ed71b90781a0c663d330b6a7f749220e544 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 20 Nov 2023 18:48:10 +0800 Subject: [PATCH] =?UTF-8?q?CN-1475=20feat:=20subscribe=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.js | 1 + src/views/entityExplorer/EntityDetail.vue | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/utils/constants.js b/src/utils/constants.js index c2075fb2..f056b25e 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -75,6 +75,7 @@ export const panelTypeAndRouteMapping = { ipEntityDetail: 21, domainEntityDetail: 22, appEntityDetail: 23, + subscribeEntityDetail: 24, cryptocurrency: 7, ipDrillDownTest: 8, linkMonitor: 14, diff --git a/src/views/entityExplorer/EntityDetail.vue b/src/views/entityExplorer/EntityDetail.vue index 392ad979..7079f5ac 100644 --- a/src/views/entityExplorer/EntityDetail.vue +++ b/src/views/entityExplorer/EntityDetail.vue @@ -39,6 +39,11 @@ export default { entityData.appName = query.entityName break } + case 'subscribe': { + panelType = panelTypeAndRouteMapping.subscribeEntityDetail + entityData.appName = query.entityName + break + } default: { panelType = panelTypeAndRouteMapping.ipEntityDetail break