From d082abe129aaad0811423123a6506206995df02f Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 26 Nov 2024 09:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/workerComponents/toHandle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/workerComponents/toHandle.vue b/src/views/system/workerComponents/toHandle.vue index 48c8bfc..328327b 100644 --- a/src/views/system/workerComponents/toHandle.vue +++ b/src/views/system/workerComponents/toHandle.vue @@ -359,7 +359,7 @@ export default { this.window.top = (window.screen.height - 30 - this.window.height) / 2; this.window.left = (window.screen.width - 10 - this.window.width) / 2; this.getNotices(true); - this.timer = setInterval(this.getNotices, 30 * 1000) + this.timer = setInterval(this.getNotices, 5 * 1000) }, mounted() { this.init();