vue里面监控报错信息 在mian.js里面添加 Vue.config.errorHandler = function (err, vm, info) { // handleError方法用来处理错误并上报 handleError(err); }