This commit is contained in:
X1627315083
2024-09-28 10:45:06 +08:00
parent 7761e46549
commit 6566c6416c

View File

@@ -87,7 +87,7 @@ axios.interceptors.response.use((res) =>{
} }
}, function(error) { }, function(error) {
if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login
return // return
clonAllCookie() clonAllCookie()
if(!isLoginTime){ if(!isLoginTime){
isLoginTime = true isLoginTime = true