feat : 测试sso单点登录之后的重定向路径
This commit is contained in:
@@ -42,7 +42,7 @@ serveice.interceptors.response.use(response=>{
|
||||
closeOnClickModal: false
|
||||
}).then(()=>{
|
||||
removeToken()
|
||||
window.location = '/cas/login'
|
||||
window.location = '/api/auth/cas/login'
|
||||
})
|
||||
return Promise.reject('会话已过期,请重新登录')
|
||||
case 402:
|
||||
|
||||
Reference in New Issue
Block a user