@ -535,6 +535,12 @@ export default {
},
beforeDestroy() {
console.log('销毁interval')
if (this.setInterval) {
clearInterval(this.setInterval);
}
created() {
this.getConditions(); //空调列表
this.getAirWarnList();//告警列表
@ -456,7 +456,7 @@ export default {
mounted() {
this.getNavigationMap();
destroyed() {
@ -327,6 +327,7 @@ export default {
}, 3600000);
@ -710,6 +710,7 @@ export default {