shishuaikang
2023-12-04 c9e945807866c97d1b0f78dc8d50fb80cbdfbf74
web/src/views/MixingInfo/messageInfo.vue
@@ -52,7 +52,7 @@
        // that.searchMixingInfos()
        that.timer = setInterval(()=>{
            that.searchMixingInfos()
        },300000)
        },60000)
    },
    beforeDestroy() {
        clearInterval(this.timer);