fix
13404089107
2025-04-07 abfc074c35e8bd66ec0641173bfd703051ca701a
src/components/datascreen/HeaderPanel.vue
@@ -35,6 +35,7 @@
    this.updateTime();
    this.timer = setInterval(this.updateTime, 1000);
    this.getWeather();
  },
  beforeDestroy() {
    if (this.timer) {