|
@@ -76,7 +76,7 @@ const startRecord = (type: string) => {
|
|
|
duration: endTime.value - startTime.value
|
|
|
});
|
|
|
// 这里调path接口传路线数据过去,有几个设备就生成几个path
|
|
|
- console.log(paths, 8888)
|
|
|
+ // console.log(paths, 8888)
|
|
|
let positionPaths = sdk.generateAniPathData() || []
|
|
|
positionPaths.forEach(async(positionPath: any) => {
|
|
|
await postAddPathInPosition(positionPath, startTime.value, endTime.value)
|