From 18515be0b2bb585cf8399630652014598102b53e Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Thu, 21 Mar 2024 14:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E4=BA=8B=E4=BB=B6(fido=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=AA=8C=E8=AF=81=E8=B7=B3=E8=BD=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/js/login-core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/login-core.js b/web/js/login-core.js index 755f8a3..6aae393 100644 --- a/web/js/login-core.js +++ b/web/js/login-core.js @@ -35,7 +35,7 @@ elemBegin_v.addEventListener('click', async () => { elemSuccess.innerHTML = '登录成功!1s后跳转到首页'; elemSuccess.parentElement.hidden = false; setTimeout(() => { - window.location.href = 'index.php'; + window.location.href = verificationJSON.redirectTo; }, 1000); } else {