From 7efe01bbd36b77e32b5af79ec62df9f79df7e1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Fri, 26 Sep 2025 09:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=88=B0=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/loginRegister/Login.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/loginRegister/Login.jsx b/src/modules/loginRegister/Login.jsx index be0fa7b72..e296ed685 100644 --- a/src/modules/loginRegister/Login.jsx +++ b/src/modules/loginRegister/Login.jsx @@ -56,7 +56,7 @@ function Login(props){ const searchParams = new URLSearchParams(search.substring(1)); const goPage = searchParams.get("go_page"); //意见反馈 - window.location.href = goPage ? goPage : `/${response.data.login}` + window.location.href = goPage ? goPage : `/` } }).catch((error) => { console.log('error',error);