Commit c6dfcda8 authored by xxx's avatar xxx

1

parent 33daadfd
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
name: 'mars3dViewer', name: 'mars3dViewer',
mounted(){ mounted(){
this.getCoordinate('','',120);
}, },
data(){ data(){
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
toJavaCoordinates:[], toJavaCoordinates:[],
weilanName:[], weilanName:[],
carNumber:'', carNumber:'',
carPlaySpeed:5, carPlaySpeed:1,
stopPointData:[], stopPointData:[],
leadTime:false, leadTime:false,
} }
......
...@@ -216,7 +216,7 @@ export default { ...@@ -216,7 +216,7 @@ export default {
this.loadData(); this.loadData();
this.tishiTextShow = true; this.tishiTextShow = true;
this.shuaxinTimer = new Date().getTime(); this.shuaxinTimer = new Date().getTime();
this.$refs.mars3dViewerMapMethod.getCoordinate('','',5,'','',[],this.leadTime); this.$refs.mars3dViewerMapMethod.getCoordinate('','',1,'','',[],this.leadTime);
this.measureDistanceDis = true; 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