|
@@ -142,7 +142,7 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.station = JSON.parse(this.$store.getters.stationInfo)
|
|
|
- console.log(this.station)
|
|
|
+ // console.log(this.station)
|
|
|
this.formatTime()
|
|
|
this.getPointMap()
|
|
|
this.timer = setInterval(this.formatTime, 1000 * 60)
|