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)