From b4bfe28740eae3342565ffa64748801415e0d41d Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 5 May 2022 18:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index a07ad27..7b915b4 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -255,7 +255,7 @@ export default { } } else if (n == "login") { let path = this.$route.path; - window.location.href = "/iam/login/#/login?ReturnUrl=" + path; + window.location.href = "/iam/login/#/login?ReturnUrl=" + window.location.href; } else { this.$router.push(n); } -- 2.26.0