didi 4 år sedan
förälder
incheckning
1fdcd4ce7f
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/views/workbench/mixins/websocket.js

+ 0 - 1
src/views/workbench/mixins/websocket.js

@@ -26,7 +26,6 @@ export default {
 
     },
     websocketonerror: _.throttle(function() { // 连接建立失败重连
-      console.log(222)
       this.initWebSocket()
     }, 5000),
     websocketsend(Data) { // 数据发送