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() {