fix: 前端打开codelike
This commit is contained in:
@@ -86,8 +86,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
})
|
||||
socket.on('connect', function () {
|
||||
});
|
||||
socket.on('open-iframe', function(data) {
|
||||
OpenIframe();
|
||||
socket.on('open-iframe', function() {
|
||||
OpenIframe(user_data);
|
||||
});
|
||||
// 监听来自服务器的消息
|
||||
socket.on('voiceMessage', function (data) {
|
||||
|
||||
Reference in New Issue
Block a user