From b0478092cb738ea038216c347835a14da3768baf Mon Sep 17 00:00:00 2001 From: zrlibs <jesting_rr@163.com> Date: 星期四, 20 三月 2025 14:36:27 +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