Commit 7dff699a authored by liuzheng712's avatar liuzheng712

feat:

update
parent e46c26bb
......@@ -104,9 +104,6 @@ export class SshComponent implements OnInit {
NavList.List[id].Term.term.on('data', function (data) {
socket.emit('data', data);
});
socket.on('join', function (room) {
socket.email('room', room);
});
socket.on('data', function (data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment