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