1
0

2 Commits 04abd0d14a ... c105e92964

Autor SHA1 Mensaje Fecha
  allen c105e92964 Merge branch 'dev-rmd' hace 1 mes
  Rmengdi 6d24ece732 夹角bug hace 1 mes
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,