CN-1563 feat: 轨迹地图基础逻辑

This commit is contained in:
chenjinsong
2024-02-26 11:51:13 +08:00
parent d68ba693cc
commit 67e49540ec
12 changed files with 1172 additions and 34 deletions

View File

@@ -351,6 +351,11 @@ export const api = {
entityNew: apiVersion + '/entity/explorer/overview/new', // entity首页new数据概览
entityTotal: apiVersion + '/entity/explorer/overview/total' // entity首页total数据概览
}
},
location: {
map: apiVersion + '/locationIntelligence/map',
density: apiVersion + '/locationIntelligence/population/density',
trend: apiVersion + '/locationIntelligence/active/subscribers'
}
}