Browse Source

异常拜访问题修改

zhujindu 11 months ago
parent
commit
541f86bdc8
1 changed files with 2 additions and 0 deletions
  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({