From 6d435243e7943db4053df772ea4340d27360ec09 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 9 Nov 2021 14:03:40 +0800 Subject: [PATCH] =?UTF-8?q?CN-212=20feat:=20entity=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index 014c3b1b..01837ce7 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -52,9 +52,9 @@ export const position = { } export const entityType = { - ip: 'IP', + app: 'APP', domain: 'Domain', - app: 'APP' + ip: 'IP' } export const entityFilterType = {