@ -62,6 +62,10 @@ service.interceptors.response.use(
return handleTokenRefresh(error.config, service); // <<< 封装方法
}
break;
case 403:
// 加盟用户为注册为代理商 跳回加盟页
window.location.href = '/franchise';
case 404:
// 资源未找到
console.error("资源未找到");