9be2:1606 GET http://localhost/sockjs-node/info?t= net::ERR_CONNECTION_REFUSE 解决方案
脚手架热部署导致的问题,解决方案:进入\node_modules\sockjs-client\dist\sockjs.js注释1606行//node_modules\sockjs-client\dist\sockjs.jstry{//self.xhr.send(payload);}catch(e){self.emit('finish',0,'');self._cleanup(false);}就可以