wangfumin 1 周之前
父節點
當前提交
3474a8919b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/positioning/index.vue

+ 1 - 1
src/views/positioning/index.vue

@@ -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)