fix: 暂时隐藏实体列表的事件数量和下拉详情的事件
This commit is contained in:
@@ -312,8 +312,8 @@ export const api = {
|
|||||||
aggAppCategory: apiVersion + '/entity/explorer/top/aggAppCategory', // app类别实体基数统计
|
aggAppCategory: apiVersion + '/entity/explorer/top/aggAppCategory', // app类别实体基数统计
|
||||||
aggTag: apiVersion + '/entity/explorer/top/aggTag', // 标签实体基数统计
|
aggTag: apiVersion + '/entity/explorer/top/aggTag', // 标签实体基数统计
|
||||||
domainSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // domain安全事件详情
|
domainSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // domain安全事件详情
|
||||||
ipSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // ip安全事件详情
|
ipSecurity: apiVersion + '/entity/explorer/detail/event/security/ip', // ip安全事件详情
|
||||||
appSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // app安全事件详情
|
appSecurity: apiVersion + '/entity/explorer/detail/event/security/app', // app安全事件详情
|
||||||
domainEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/domain', // domain服务质量详情
|
domainEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/domain', // domain服务质量详情
|
||||||
ipEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/ip', // ip服务质量详情
|
ipEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/ip', // ip服务质量详情
|
||||||
appEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/app', // app服务质量详情
|
appEventPerformance: apiVersion + '/entity/explorer/detail/event/performance/app', // app服务质量详情
|
||||||
|
|||||||
@@ -415,8 +415,8 @@ export default {
|
|||||||
|
|
||||||
queryEntityDetail () {
|
queryEntityDetail () {
|
||||||
this.queryEntityDetailTraffic()
|
this.queryEntityDetailTraffic()
|
||||||
this.queryEntityDetailPerformance()
|
// this.queryEntityDetailPerformance()
|
||||||
this.queryEntityDetailSecurity()
|
// this.queryEntityDetailSecurity()
|
||||||
this.queryEntityDetailNetworkQuantity()
|
this.queryEntityDetailNetworkQuantity()
|
||||||
if (this.entity.entityType === 'ip') {
|
if (this.entity.entityType === 'ip') {
|
||||||
if (!this.entityData.dnsServerRole) {
|
if (!this.entityData.dnsServerRole) {
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.queryEntityDetailTraffic()
|
this.queryEntityDetailTraffic()
|
||||||
this.queryNetworkQuantity()
|
this.queryNetworkQuantity()
|
||||||
this.queryEventNum()
|
// this.queryEventNum()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
beforeUnmount () {
|
beforeUnmount () {
|
||||||
|
|||||||
Reference in New Issue
Block a user