From cd24c776d772c7ad797891afd779b3b072293ec2 Mon Sep 17 00:00:00 2001
From: zrlibs <jesting_rr@163.com>
Date: 星期五, 21 三月 2025 17:35:07 +0800
Subject: [PATCH] fixed

---
 src/views/account/logout.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/account/logout.vue b/src/views/account/logout.vue
index 74f19b6..d45d1f9 100644
--- a/src/views/account/logout.vue
+++ b/src/views/account/logout.vue
@@ -8,7 +8,7 @@
   mounted() {
     setTimeout(() => {
       this.$router.replace("/login");
-    }, 3 * 1000);
+    }, 0 * 1000);
   },
 };
 </script>

--
Gitblit v1.9.1