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', '')