CN-64 feat: 搜索框联动

This commit is contained in:
chenjinsong
2021-08-11 22:14:23 +08:00
parent da0051726d
commit de12e1ce6b
9 changed files with 497 additions and 341 deletions

View File

@@ -54,8 +54,22 @@ export const entityType = {
app: 'APP'
}
export const entityTypeMappingKey = {
ip: ['country', 'region']
export const entityFilterType = {
ip: {
country: 'locate_country',
region: 'locate_region',
asn: 'asn'
},
domain: {
categoryGroup: 'category_group',
categoryName: 'category_name',
reputationLevel: 'reputation_level'
},
app: {
appCategory: 'app_category',
appSubcategory: 'app_subcategory',
appRisk: 'app_risk'
}
}
export const unitTypes = {