From fb9cc323224bbb7cc67d5f7e62133140a1558bda Mon Sep 17 00:00:00 2001 From: fanxb Date: Tue, 8 Feb 2022 15:42:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=97=B6=E9=97=B4=E4=B8=BA5=E5=88=86?= =?UTF-8?q?=E9=92=9F=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookmark_front/src/views/main/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmark_front/src/views/main/Main.vue b/bookmark_front/src/views/main/Main.vue index 6a0c2f5..66a5119 100644 --- a/bookmark_front/src/views/main/Main.vue +++ b/bookmark_front/src/views/main/Main.vue @@ -35,7 +35,7 @@ export default { await this.$store.dispatch("treeData/init"); console.log("treeData加载完毕"); console.log("state数据:", this.$store.state); - this.timer = setInterval(this.checkVersion, 60 * 1000); + this.timer = setInterval(this.checkVersion, 5 * 60 * 1000); }, destroyed() { if (this.timer != null) {