调整更新的内容

master
tangwenkang 2023-12-06 16:40:52 +08:00
parent e3aecb1b71
commit f37e065b83
1 changed files with 2 additions and 2 deletions

View File

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