2 Commits 04abd0d14a ... c105e92964

Tác giả SHA1 Thông báo Ngày
  allen c105e92964 Merge branch 'dev-rmd' 1 tháng trước cách đây
  Rmengdi 6d24ece732 夹角bug 1 tháng trước cách đây
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,