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