Commit 82231c41 by yuananting

docx:去除多余打印信息

parent d33bb7e2
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors: yuananting
* @LastEditTime: 2021-07-14 10:36:06
* @LastEditTime: 2021-07-14 10:49:14
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -104,7 +104,6 @@ class Axios {
return Promise.reject(response.data);
}, (error): AxiosPromise => {
const requestStatus = error.request.status
console.log("error.request.status:", error.request.status)
switch (requestStatus){
case 401:
User.removeUserId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment