调整更新的内容

master
tangwenkang 2023-12-06 16:57:23 +08:00
parent 227b86ae98
commit d184368125
2 changed files with 4 additions and 4 deletions

View File

@ -251,7 +251,7 @@ export default {
dialogVisible:false,
dialogVisibleTwo:false,
fences:[],
duration:2000,
// duration:2000,
AMap: null,
map: null,
marker: null,
@ -466,7 +466,7 @@ export default {
console.log('开始回放')
this.marker.moveAlong(this.lineArr, {
//
duration: this.duration,//
// duration: this.duration,//
// JSAPI2.0 moveAlong
autoRotation: true,
});

View File

@ -7,7 +7,7 @@ export default {
props: {},
data() {
return{
duration:2000,
// duration:2000,
AMap: null,
map: null,
historyList:[],
@ -138,7 +138,7 @@ export default {
console.log('开始回放')
this.marker.moveAlong(this.lineArr, {
//
duration: this.duration,//
// duration: this.duration,//
// JSAPI2.0 moveAlong
autoRotation: true,
});