Commit c6dfcda8 authored by xxx's avatar xxx

1

parent 33daadfd
......@@ -33,7 +33,7 @@ export default {
name: 'mars3dViewer',
mounted(){
this.getCoordinate('','',120);
},
data(){
......@@ -44,7 +44,7 @@ export default {
toJavaCoordinates:[],
weilanName:[],
carNumber:'',
carPlaySpeed:5,
carPlaySpeed:1,
stopPointData:[],
leadTime:false,
}
......
......@@ -216,7 +216,7 @@ export default {
this.loadData();
this.tishiTextShow = true;
this.shuaxinTimer = new Date().getTime();
this.$refs.mars3dViewerMapMethod.getCoordinate('','',5,'','',[],this.leadTime);
this.$refs.mars3dViewerMapMethod.getCoordinate('','',1,'','',[],this.leadTime);
this.measureDistanceDis = true;
},
//获取数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment