dev_forum
杨树明 6 years ago
parent b6c616e473
commit d7ed523e9d

@ -142,7 +142,7 @@ export function initAxiosInterceptors(props) {
// if(response.data.status === 401){ // if(response.data.status === 401){
// console.log("401401401") // console.log("401401401")
// } // }
if (response.data.status === 403) { if (response.data.status === 403||response.data.status === "403") {
locationurl('/403'); locationurl('/403');
} }

Loading…
Cancel
Save