CN-240 feat: 实体详情

This commit is contained in:
chenjinsong
2022-01-03 22:46:22 +08:00
parent e37e967b5d
commit 6d73abf18f
19 changed files with 481 additions and 126 deletions

View File

@@ -41,7 +41,7 @@ export default {
let name
switch (this.entityData.entityType) {
case ('ip'): {
name = this.entity.ip
name = this.entity.ipAddr
break
}
case ('domain'): {
@@ -85,7 +85,7 @@ export default {
startTime: Math.floor(now.getTime() / 1000 - 3600),
endTime: Math.floor(now.getTime() / 1000)
},
ip: this.entityData.ip
ip: this.entityData.ipAddr
}
break
}