summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenjinsong <[email protected]>2021-09-10 17:09:51 +0800
committerchenjinsong <[email protected]>2021-09-10 17:09:51 +0800
commitb4a03aa7ceb4ef2eedf69b321a243df32b11233e (patch)
tree1e1403f4cc56909590f5f63a32cfc73e70bf61fa
parent63f2f27d9846906477c2a337179202aecc137830 (diff)
CN-134 fix: 增加ip类型的面包屑标识
-rw-r--r--src/views/entities/EntityExplorer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/entities/EntityExplorer.vue b/src/views/entities/EntityExplorer.vue
index 6b4ec864..f888b031 100644
--- a/src/views/entities/EntityExplorer.vue
+++ b/src/views/entities/EntityExplorer.vue
@@ -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