From 32c402aaef963ee6ba96f19901de093403629656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=9D=B0?= <2658502433@qq.com> Date: Thu, 13 Feb 2025 09:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=9C=AA=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9F=A5=E8=AF=A2=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA3=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 288daf7..5130d74 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -319,9 +319,9 @@ export default { this.getUnReadList(); // 实现轮询 this.timer = setInterval(() => { - setTimeout(this.getUnReadList(), 30000); - }, 30000); - } + setTimeout(this.getUnReadList(), 180000); + }, 180000); + } }, components: { Breadcrumb,