摘要: 1. 找到/node_modules/sockjs-client/dist/sockjs.js 2.找到代码的 1605行 try { // self.xhr.send(payload); } catch (e) { self.emit('finish', 0, ''); self._cleanup 阅读全文
posted @ 2020-03-16 11:04 sosolucky 阅读(8116) 评论(0) 推荐(1) 编辑
摘要: 在 node_modules/element-ui/lib/element-ui.common.js 补上以下代码(function (window) { try { new MouseEvent('test'); return false; // No need to polyfill } cat 阅读全文
posted @ 2020-03-16 09:57 sosolucky 阅读(417) 评论(0) 推荐(0) 编辑