CN-1488 Subscriber详情页TAB组件开发

This commit is contained in:
hyx
2023-11-30 09:16:45 +08:00
parent d996769f7e
commit d43a9c8bba
15 changed files with 369 additions and 41 deletions

View File

@@ -282,6 +282,8 @@ export const api = {
basicInfo: apiVersion + '/entity/detail/basic',
tags: apiVersion + '/entity/detail/kb/intelligence/tag',
informationAggregation: apiVersion + '/entity/detail/kb/intelligence/list',
deviceInformation: apiVersion + '/entity/detail/subscribe/device', // 暂时写的值
accountInformation: apiVersion + '/entity/detail/subscribe/account', // 暂时写的值
// 实体关系
entityGraph: {
basicInfo: apiVersion + '/entity/graph/relation/basic',