From 5883ac62ed84dd659318630eb631f1e41428596d Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期一, 04 十二月 2023 11:32:44 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- web/src/views/MixingInfo/messageInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/views/MixingInfo/messageInfo.vue b/web/src/views/MixingInfo/messageInfo.vue index 922db19..7b832cd 100644 --- a/web/src/views/MixingInfo/messageInfo.vue +++ b/web/src/views/MixingInfo/messageInfo.vue @@ -52,7 +52,7 @@ // that.searchMixingInfos() that.timer = setInterval(()=>{ that.searchMixingInfos() - },300000) + },60000) }, beforeDestroy() { clearInterval(this.timer); -- Gitblit v1.9.3