@ -319,8 +319,8 @@ export default {
this.getUnReadList();
// 实现轮询
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
setTimeout(this.getUnReadList(), 180000);
}, 180000);
}
},
components: {