From e1bd2fb8695a25ab937bfac8378d21386eee5429 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 15 Dec 2022 18:13:59 +0800 Subject: [PATCH] fix issue --- web_src/vuepages/pages/notebook/debug/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/vuepages/pages/notebook/debug/index.vue b/web_src/vuepages/pages/notebook/debug/index.vue index 60397babe..20af220f5 100644 --- a/web_src/vuepages/pages/notebook/debug/index.vue +++ b/web_src/vuepages/pages/notebook/debug/index.vue @@ -344,7 +344,7 @@ export default { location.href=`${AppSubUrl}/authentication/wechat/bind` } if(err.response.status===401){ - location.href=`${AppSubUrl}/user/login?redirect_to=${location.href}?type=login` + location.href=`${AppSubUrl}/user/login?redirect_to=${location.origin}${location.pathname}?type=login` return } this.btnStatus[index]=0