@@ -300,9 +300,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()