feat : 测试sso单点登录之后的重定向路径

This commit is contained in:
clay
2024-04-29 10:10:50 +08:00
parent 3eecc3f4b9
commit 5d3ab890f3

View File

@@ -42,7 +42,7 @@ serveice.interceptors.response.use(response=>{
closeOnClickModal: false
}).then(()=>{
removeToken()
window.location = '/login'
window.location = '/cas/login'
})
return Promise.reject('会话已过期,请重新登录')
case 402: