Merge pull request 'feat : 测试sso单点登录之后的重定向路径' (#104) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/104
This commit is contained in:
clay
2024-04-29 02:11:08 +00:00

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: