From f70c058dec1e3289762b0a6b6e7f2abbd3170679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=8B=9D=20=E5=BC=B5?= Date: Sat, 22 Feb 2025 22:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9=20=E7=99=BB=E5=85=A5?= =?UTF-8?q?=E4=BB=8B=E9=9D=A2BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 65079c8..0bd31f4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -49,7 +49,9 @@ async function token_check() { if (!token) { console.log("無 Token,轉跳首頁"); - router.push("/Home_pages/"); + router.push("/Home_pages/").then(() => { + window.location.reload(); + }); return; }