Commit fca84a2d by zhangleyuan

feat:去除console

parent 99519c54
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2020-08-31 09:34:31 * @Date: 2020-08-31 09:34:31
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @LastEditTime: 2021-06-24 19:32:43 * @LastEditTime: 2021-06-24 19:34:21
* @Description: * @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有 * @Copyright: 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -106,7 +106,6 @@ class Axios { ...@@ -106,7 +106,6 @@ class Axios {
break; break;
default: default:
message.error(error.message); message.error(error.message);
console.log('222');
break; break;
} }
return Promise.reject(error.message); return Promise.reject(error.message);
......
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