From 7b70f61bf7a5559aad45212187fd3cae22d0fa77 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 8 Dec 2022 15:51:51 +0800 Subject: [PATCH] fix issue --- web_src/vuepages/pages/notebook/debug/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web_src/vuepages/pages/notebook/debug/index.vue b/web_src/vuepages/pages/notebook/debug/index.vue index 77b2a7603..cac76a883 100644 --- a/web_src/vuepages/pages/notebook/debug/index.vue +++ b/web_src/vuepages/pages/notebook/debug/index.vue @@ -342,6 +342,9 @@ export default { }).catch((err)=>{ if(err.response.status===403 && err.response.data.code===1 ){ location.href=`${AppSubUrl}/authentication/wechat/bind` + } + if(err.response.status===401){ + location.href=`${AppSubUrl}/user/login` } this.btnStatus[index]=0 this.alertCb = false