浏览代码

夹角bug

Rmengdi 1 月之前
父节点
当前提交
6d24ece732
共有 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,