Преглед на файлове

异常拜访问题修改

zhujindu преди 11 месеца
родител
ревизия
541f86bdc8
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/views/deviceWithin/index.vue

+ 2 - 0
src/views/deviceWithin/index.vue

@@ -1345,6 +1345,8 @@ export default {
                           let PointSum = that
                             .twoPointSum(that.lat, that.lon, location.lat, location.lon)
                             .toFixed(2);
+                          console.log('异常拜访=' + that.lat);
+                          console.log('异常拜访=' + that.lon);
                           if (PointSum > 500 && localStorage.getItem('postType') != 'GZ') {
                             // that.$dialog
                             //   .confirm({