瀏覽代碼

夹角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,