mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 01:11:57 +00:00
fixbug
This commit is contained in:
@@ -82,7 +82,7 @@ io.on('connection', function(socket){
|
|||||||
//向所有客户端广播发布的消息
|
//向所有客户端广播发布的消息
|
||||||
io.emit('message', obj);
|
io.emit('message', obj);
|
||||||
socket.emit('message',obj);
|
socket.emit('message',obj);
|
||||||
console.log(obj.username+'说:'+obj.content);
|
//console.log(obj.username+'说:'+obj.content);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user