CN-1087 feat: 关系图基本实现

This commit is contained in:
chenjinsong
2023-06-29 14:40:50 +08:00
parent 4c38f1c913
commit 30883802cb
7 changed files with 282 additions and 43 deletions

View File

@@ -252,7 +252,11 @@ export const api = {
openPortOfApp: apiVersion + '/entity/detail/app/relate/ports',
basicInfo: apiVersion + '/entity/detail/basic',
tags: apiVersion + '/entity/detail/kb/intelligence/tag',
informationAggregation: apiVersion + '/entity/detail/kb/intelligence/list'
informationAggregation: apiVersion + '/entity/detail/kb/intelligence/list',
// 实体关系
entityGraph: {
relatedEntityCount: apiVersion + '/entity/graph/relation/summaryCount'
}
}
}