付延余
2022-07-26 7c3218e12105b87cab21e9ced57c99c339ffac10
utils/request.js
@@ -73,7 +73,7 @@
      title: response.data.msg,
      icon: 'error',
      position: 'top',
      duration: 1000
      duration: 2000
   })
   return false;
}
@@ -135,7 +135,6 @@
      statusCode,
      data
   } = resp;
   // 验证http状态码
   const handlerHTTPStatus = handlerCode[statusCode];