From 586361cc4f77a425e37728c9ac9e54a399362b03 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 26 Mar 2025 02:04:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E8=B7=B3=E8=BD=AC=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1245cdf..ae9ef6c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -206,7 +206,8 @@ function handleLogin() { const { path, queryParams } = parseRedirect(); console.log(path, queryParams); - router.replace({ path: path, query: queryParams }); + // router.replace({ path: path, query: queryParams }); + router.replace({ path: "/" }); }) .catch(() => { state.loading = false;