function errorHandler( req ){
  if (req.status == 404) {
    console.log("页面不存在,即将跳转...");
    window.location.href = https://www.hurbai.com;
    window.refresh = after ;
  }
}