forked from drone/command-center-dashboard
src/websocket/index.js @@ -67,7 +67,9 @@ } close() { console.log('socket关闭') this._socket?.close() this._socket = null } }