zy 1 年之前
父節點
當前提交
9684ab017e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      neim-ui/src/views/largeScreenPage/Subpage/stationInfo.vue

+ 1 - 1
neim-ui/src/views/largeScreenPage/Subpage/stationInfo.vue

@@ -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)