diff --git a/src/utils/api.js b/src/utils/api.js index a8f8d926..2b206b87 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -312,8 +312,8 @@ export const api = { aggAppCategory: apiVersion + '/entity/explorer/top/aggAppCategory', // app类别实体基数统计 aggTag: apiVersion + '/entity/explorer/top/aggTag', // 标签实体基数统计 domainSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // domain安全事件详情 - ipSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // ip安全事件详情 - appSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // app安全事件详情 + ipSecurity: apiVersion + '/entity/explorer/detail/event/security/ip', // ip安全事件详情 + appSecurity: apiVersion + '/entity/explorer/detail/event/security/app', // app安全事件详情 domainEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/domain', // domain服务质量详情 ipEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/ip', // ip服务质量详情 appEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/app', // app服务质量详情 diff --git a/src/views/entityExplorer/entityList/detailOverview/entityDetailMixin.js b/src/views/entityExplorer/entityList/detailOverview/entityDetailMixin.js index eb568be9..4b7544d8 100644 --- a/src/views/entityExplorer/entityList/detailOverview/entityDetailMixin.js +++ b/src/views/entityExplorer/entityList/detailOverview/entityDetailMixin.js @@ -415,8 +415,8 @@ export default { queryEntityDetail () { this.queryEntityDetailTraffic() - this.queryEntityDetailPerformance() - this.queryEntityDetailSecurity() + // this.queryEntityDetailPerformance() + // this.queryEntityDetailSecurity() this.queryEntityDetailNetworkQuantity() if (this.entity.entityType === 'ip') { if (!this.entityData.dnsServerRole) { diff --git a/src/views/entityExplorer/entityList/entityListMixin.js b/src/views/entityExplorer/entityList/entityListMixin.js index 29060f4b..4e3d8837 100644 --- a/src/views/entityExplorer/entityList/entityListMixin.js +++ b/src/views/entityExplorer/entityList/entityListMixin.js @@ -270,7 +270,7 @@ export default { setTimeout(() => { this.queryEntityDetailTraffic() this.queryNetworkQuantity() - this.queryEventNum() + // this.queryEventNum() }) }, beforeUnmount () {