fix: 修复 domain,app Map地图数据错误问,domain单值图组件引用错误问题

This commit is contained in:
@changcode
2022-01-26 14:39:17 +08:00
parent 4f5afe8433
commit 014abba5d1
5 changed files with 116 additions and 89 deletions

View File

@@ -56,6 +56,8 @@ export const api = {
// ip detail
entityIpDetailTraffic: '/interface/entity/detail/overview/ip/traffic',
entityIpDetailTrafficMap: '/interface/entity/detail/ip/trafficMap',
entityDomainDetailTrafficMap: '/interface/entity/detail/domain/trafficMap',
entityAppDetailTrafficMap: '/interface/entity/detail/app/trafficMap',
entityIpDetailRelation: '/interface/entity/detail/overview/ip/relation',
entityIpDetailAlert: '/interface/entity/detail/overview/ip/alert',
entityIpDetailSecurity: '/interface/entity/detail/overview/ip/security'