CN-134 fix: 增加ip类型的面包屑标识

This commit is contained in:
chenjinsong
2021-09-10 17:09:51 +08:00
parent 63f2f27d98
commit b4a03aa7ce

View File

@@ -314,7 +314,7 @@ export default {
this.search()
},
entityDetail (entity, tabs) {
const entityName = entity.domain || entity.clientIP || entity.serverIP || entity.appId
const entityName = entity.domain || entity.ip || entity.appId
this.$store.commit('setEntityName', entityName)
this.typeName = `${this.from.toLowerCase()}EntityDetail`
this.currentEntity = entity