重定向无法正常进行。它会不断重新加载页面

时间:2019-06-06 06:18:39

标签: reactjs mobx-react

我在APIClient.ts文件中给出了如下所示的重定向,它每秒重新加载页面不稳定。

if (res.status >= 400) {
window.location.assign('/errorcode');
const serverError = new Error(error) as ICustomServerError;
serverError.res = res;
throw serverError;
}

0 个答案:

没有答案