修復 登入介面BUG
Some checks failed
test_CICD / build (push) Failing after 6s

This commit is contained in:
威勝 張 2025-02-22 22:06:05 +08:00
parent ff4a04285d
commit f70c058dec

View File

@ -49,7 +49,9 @@ async function token_check() {
if (!token) { if (!token) {
console.log("無 Token轉跳首頁"); console.log("無 Token轉跳首頁");
router.push("/Home_pages/"); router.push("/Home_pages/").then(() => {
window.location.reload();
});
return; return;
} }