From c66f847ffbd26d354c1a500e83a5e160d04123d9 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 29 Jul 2024 17:46:53 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20add=E8=BD=A6=E9=97=B4=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=8E=86=E5=8F=B2=E9=80=9A=E7=9F=A5-60=E7=A7=92?= =?UTF-8?q?=E8=BD=AE=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/utils/notice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-ui/src/utils/notice.js b/hw-ui/src/utils/notice.js index 1412f41..912f98c 100644 --- a/hw-ui/src/utils/notice.js +++ b/hw-ui/src/utils/notice.js @@ -13,7 +13,7 @@ export const noticeData = { }; }, mounted() { - setInterval(() => this.workshopNoticeTasks(), 5000 * 1000) + setInterval(() => this.workshopNoticeTasks(), 60 * 1000) }, methods: { workshopNoticeTasks() {