1.axios请求成功,不进then,而进catch?
网上看到说是因为then里面函数内容错误,但是我把then里面的东西放catch里面能执行,这就是说我then方法里面没错,报错信息是:index.js:279 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'type')
at Function.Message.<computed> [as error] (index.js:279)
at index.js?t=1677741655566:77
说没有set这个type,沿着报错信息找到了响应拦截器那里,发现之前封装的时候是根据请求结果的code值进行业务逻辑的处理,再看一眼请求结果,发现后端就给我返了个true;
2.element时间选择器,那个时间间隔没仔细设了个00:00,直接系统死循环网页卡死。