From f37e065b831da9de7502eeec1766ead7dbb3166d Mon Sep 17 00:00:00 2001 From: tangwenkang <2720983602@qq.com> Date: Wed, 6 Dec 2023 16:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9B=B4=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vehicle/record.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }, }, }