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