From 75a03bb3b0fcf5ebacf8cc8c4c37cf0c7be2e176 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 27 Feb 2026 03:59:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A1=AE=E4=BF=9D=E5=9C=A8?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=88=90=E5=8A=9F=E5=90=8E=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/login-handle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/login-handle.ts b/src/modules/login-handle.ts index a445e61..18aad86 100644 --- a/src/modules/login-handle.ts +++ b/src/modules/login-handle.ts @@ -17,7 +17,7 @@ export const redirectHome = () => { if (redirect) { setTimeout(() => { const href = decodeURIComponent(redirect); - // window.open(href, '_self'); + window.open(href, '_self'); console.log('重定向到:', href); }, 2000); return;