dev_forum
杨树明 5 years ago
parent 50dd27e744
commit 4e4915a3fa

@ -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、刚进入页面发请求返回的4032、进入页面后其他用户操作触发请求返回的403
// TODO 这里做一个403弹框比较好
locationurl('/403'); locationurl('/403');
} }

@ -146,7 +146,7 @@ class PathDetailIndex extends Component{
if (result.data.status === 403) { if (result.data.status === 403) {
debugger debugger
window.location.href = "/403"; // window.location.href = "/403";
return; return;
} }
@ -173,7 +173,7 @@ class PathDetailIndex extends Component{
} }
if (result.data.status === 403 ) { if (result.data.status === 403 ) {
debugger debugger
window.location.href = "/403"; // window.location.href = "/403";
return; return;
} }

Loading…
Cancel
Save