CN-296 feat: 左侧筛选和搜索框交互、样式完成;数据未对接完成

This commit is contained in:
chenjinsong
2022-02-18 18:09:44 +08:00
parent c5b6121df1
commit d8014f859f
8 changed files with 165 additions and 58 deletions

View File

@@ -73,10 +73,13 @@ export const api = {
entityIpDetailSecurity: '/interface/entity/detail/overview/ip/security',
entityIpRelatedServerDomain: '/interface/entity/detail/overview/ip/relatedDomain',
entityIpRelatedServerApp: '/interface/entity/detail/overview/ip/relatedApp',
//detection
detectionEventSeverity:'/interface/detection/filter/severity',
detectionAttackType:'/interface/detection/filter/attackType',
detectionOffenderIp:'/interface/detection/filter/offenderIp',
// detection
detectionEventSeverity: '/interface/detection/filter/severity',
detectionAttackType: '/interface/detection/filter/attackType',
detectionOffenderIp: '/interface/detection/filter/offenderIp',
detectionOffenderLocation: '/interface/detection/filter/offenderLocation',
detectionVictimIp: '/interface/detection/filter/victimIp',
detectionVictimLocation: '/interface/detection/filter/victimLocation',
detectionSeverity:'/interface/detection/filter/severity',
detectionListBasic:'/interface/detection/list/basic'
}