diff --git a/src/views/vehicle/record.vue b/src/views/vehicle/record.vue index 8fbde30..8acf52d 100644 --- a/src/views/vehicle/record.vue +++ b/src/views/vehicle/record.vue @@ -134,7 +134,7 @@ export default { }) }, startAnimation () { - setTimeout(()=>{ + // setTimeout(()=>{ AMap.plugin('AMap.MoveAnimation', () => { console.log('开始回放') this.marker.moveAlong(this.lineArr, { @@ -144,7 +144,7 @@ export default { autoRotation: true, }); }) - },2000) + // },2000) }, }, }