소스 검색

无人机飞行站点隐藏

maxiaoxiao 4 일 전
부모
커밋
ae1707ad65
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();