打包上传出现了这个错误
补救方案
在node_modules/mockjs/dist/mock.js文件的大约8312行添加
MockXMLHttpRequest.prototype.upload = xhr.upload;
同时修改node_modules/mockjs/src/xhr/xhr.js 第216行
MockXMLHttpRequest.prototype.upload = xhr.upload;
打包上传出现了这个错误
补救方案
在node_modules/mockjs/dist/mock.js文件的大约8312行添加
MockXMLHttpRequest.prototype.upload = xhr.upload;
同时修改node_modules/mockjs/src/xhr/xhr.js 第216行
MockXMLHttpRequest.prototype.upload = xhr.upload;