2 커밋 04abd0d14a ... c105e92964

작성자 SHA1 메시지 날짜
  allen c105e92964 Merge branch 'dev-rmd' 1 개월 전
  Rmengdi 6d24ece732 夹角bug 1 개월 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      uavps-web/src/views/system/task/index.vue

+ 1 - 1
uavps-web/src/views/system/task/index.vue

@@ -1714,7 +1714,7 @@ export default {
             secondLat,
             secondLng
           );
-          this.airAngle = this.calculateDistance(
+          this.airAngle = this.calculateBearing(
             firstLat,
             firstLng,
             secondLat,