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,