diff --git a/src/components/system/NetReconnection.vue b/src/components/system/NetReconnection.vue index b0e476b..82290f8 100644 --- a/src/components/system/NetReconnection.vue +++ b/src/components/system/NetReconnection.vue @@ -11,7 +11,7 @@ const timer = ref() const websocketConnected = ref(true) const countdownToReconnection = () => { - startTimer(30 * 1000, (times: string) => { + startTimer(10 * 1000, (times: string) => { if (times === '0') { router.push('/login') return @@ -36,7 +36,7 @@ watchEffect(() => {