Selaa lähdekoodia

无人机飞行站点隐藏

maxiaoxiao 3 päivää sitten
vanhempi
commit
ae1707ad65
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/farmlandProtection/gdzl/wrjxx.vue

+ 2 - 2
src/views/farmlandProtection/gdzl/wrjxx.vue

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