diff --git a/frontend/src/components/TitleBar.vue b/frontend/src/components/TitleBar.vue index 389bdb6..4144282 100644 --- a/frontend/src/components/TitleBar.vue +++ b/frontend/src/components/TitleBar.vue @@ -63,7 +63,7 @@ const version = import.meta.env.VITE_APP_VERSION || '获取版本失败!' const updateInfo = ref(null) const backendUpdateInfo = ref(null) -const POLL_MS = 1 * 60 * 1000 // 10 分钟 +const POLL_MS = 10 * 60 * 1000 // 10 分钟 let pollTimer: number | null = null const polling = ref(false)