1
0

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,