1
0

2 Commity 04abd0d14a ... c105e92964

Autor SHA1 Správa Dátum
  allen c105e92964 Merge branch 'dev-rmd' 1 mesiac pred
  Rmengdi 6d24ece732 夹角bug 1 mesiac pred
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,