IE浏览器以及edge浏览器的不支持es6里面promise的finally
解决方法:
1.npm install axios promise.prototype.finally --save
2.在项目main.js里面引入依赖require('promise.prototype.finally').shim()