From 527143405f5ffe472d23413c0c47b695e9176dae Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 13 Mar 2020 12:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=9B=B4=E6=96=B0=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/App.vue b/src/renderer/App.vue index ea9959f7..3762c590 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -170,7 +170,7 @@ export default { this.$nextTick(() => { this.showUpdateModal() }) - }, 3 * 1000) + }, 60 * 30 * 1000) this.initData() this.globalObj.apiSource = this.setting.apiSource