vue里面監(jiān)控報錯信息 在mian.js里面添加 Vue.config.errorHandler = function (err, vm, info) { // handleError方法用來處理錯誤并上報 handleError(err); }