吉安感知网项目-前端
罗广辉
2026-01-20 bcbcc546577c7c6643e7f0d4ac366f8a013bd306
applications/drone-command/src/mac/index.vue
@@ -69,6 +69,7 @@
    return {
      app: false,
      timeString: '',
      timeTimer: null,
    }
  },
  computed: {
@@ -116,6 +117,12 @@
    this.startTimer()
    this.$store.dispatch('GetMenu')
  },
  beforeDestroy () {
    if (this.timeTimer) {
      clearInterval(this.timeTimer)
      this.timeTimer = null
    }
  },
  methods: {
    switchTheme () {
      this.$store.commit('SET_THEME_NAME', '')