From e29b248508e164b0d4da596ad0dde42e45ef0ec2 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Wed, 27 Mar 2024 16:50:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=AF=8F=E6=AC=A1=E9=80=80=E5=87=BA?= =?UTF-8?q?=E5=90=8E=E5=86=8D=E6=AC=A1=E7=99=BB=E5=BD=95=EF=BC=8C=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E9=BB=98=E8=AE=A4=E8=B7=B3=E8=BD=AC=E8=87=B3=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E4=B8=80=E9=94=AE=E6=9F=A5=E9=87=8D=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E8=B7=B3=E8=BD=AC=E8=87=B3?= =?UTF-8?q?=E9=80=80=E5=87=BA=E5=89=8D=E7=9A=84=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 6fac42a..a6f42c2 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -105,7 +105,7 @@ export default defineComponent({ .replace({ name: 'Login', query: { - redirect: route.fullPath, + // redirect: route.fullPath, }, }) .finally(() => location.reload())