|
|
@ -10,6 +10,7 @@ broadcastChannelOnmessage('refreshPage', () => {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
function locationurl(list){
|
|
|
|
function locationurl(list){
|
|
|
|
|
|
|
|
debugger
|
|
|
|
if (window.location.port === "3007") {
|
|
|
|
if (window.location.port === "3007") {
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -142,9 +143,6 @@ export function initAxiosInterceptors(props) {
|
|
|
|
// console.log("401401401")
|
|
|
|
// console.log("401401401")
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
if (response.data.status === 403) {
|
|
|
|
if (response.data.status === 403) {
|
|
|
|
// props.history.replace('/403')
|
|
|
|
|
|
|
|
// 这里会分2个情况,1、刚进入页面发请求返回的403;2、进入页面后,其他用户操作触发请求返回的403;
|
|
|
|
|
|
|
|
// TODO 这里做一个403弹框比较好?
|
|
|
|
|
|
|
|
locationurl('/403');
|
|
|
|
locationurl('/403');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|