|
|
@ -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 {
|
|
|
@ -158,6 +159,7 @@ export function initAxiosInterceptors(props) {
|
|
|
|
// console.log("401401401")
|
|
|
|
// console.log("401401401")
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
if (response.data.status === 403||response.data.status === "403") {
|
|
|
|
if (response.data.status === 403||response.data.status === "403") {
|
|
|
|
|
|
|
|
|
|
|
|
locationurl('/403');
|
|
|
|
locationurl('/403');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|