|
@@ -112,7 +112,7 @@ export default {
|
|
return window.axiosURI + "/file/upload/attachment" + url;
|
|
return window.axiosURI + "/file/upload/attachment" + url;
|
|
},
|
|
},
|
|
getData() {
|
|
getData() {
|
|
- getgdUav({ tilt: 80.0, height: 60.0 }).then((res) => {
|
|
|
|
|
|
+ getgdUav({ tilt: 80.0, height: 100.0 }).then((res) => {
|
|
this.uavlsit = res.data;
|
|
this.uavlsit = res.data;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -266,7 +266,7 @@ export default {
|
|
var currentRoute = flyManager.currentRoute;
|
|
var currentRoute = flyManager.currentRoute;
|
|
console.log(currentRoute.totalDuration + "秒");
|
|
console.log(currentRoute.totalDuration + "秒");
|
|
currentRoute.isLineVisible = uavitem.show || false;
|
|
currentRoute.isLineVisible = uavitem.show || false;
|
|
- currentRoute.isStopVisible = uavitem.show || false;
|
|
|
|
|
|
+ currentRoute.isStopVisible = false;
|
|
//生成飞行文件中的所有站点列表
|
|
//生成飞行文件中的所有站点列表
|
|
// var allStops = flyManager.getAllRouteStops();
|
|
// var allStops = flyManager.getAllRouteStops();
|
|
|
|
|