03 2020 档案
摘要:1. 找到/node_modules/sockjs-client/dist/sockjs.js 2.找到代码的 1605行 try { // self.xhr.send(payload); } catch (e) { self.emit('finish', 0, ''); self._cleanup
阅读全文
摘要:在 node_modules/element-ui/lib/element-ui.common.js 补上以下代码(function (window) { try { new MouseEvent('test'); return false; // No need to polyfill } cat
阅读全文