浏览代码

Merge branch 'master' of http://113.204.105.114:10011/TwoKe/ljclw-ui into master

LAPTOP-U5GOA5HA\zz 1 年之前
父节点
当前提交
fbb9fcb8b4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/cardIot/Map/index.vue

+ 3 - 3
src/views/cardIot/Map/index.vue

@@ -296,9 +296,9 @@ export default {
           cache[car.id] = marker
           that.markeList = Object.values(cache)
           that.map.add(marker)
-          // that.timer = setTimeout(() => {
-          //   refreshFireCar()
-          // }, 10 * 1000)
+          that.timer = setTimeout(() => {
+            refreshFireCar()
+          }, 10 * 1000)
         })
       }
       refreshFireCar()