diff --git a/src/renderer/src/AixPPTist/src/api/classcourse.ts b/src/renderer/src/AixPPTist/src/api/classcourse.ts index c92a6b6..8a4d9a1 100644 --- a/src/renderer/src/AixPPTist/src/api/classcourse.ts +++ b/src/renderer/src/AixPPTist/src/api/classcourse.ts @@ -38,12 +38,12 @@ export class Classcourse { if (isCourse) { // 连接socket ChatWs.id = classcourse.timgroupid // 群组id - if (!ChatWs.ws) { - ChatWs.init().then(_ => { - isPublic && ChatWs.sendMsg('open', {id: classcourse.id}) - // isPublic && console.log('socket-开课消息-已发送') - }) - } + // if (!ChatWs.ws) { + // ChatWs.init().then(_ => { + // isPublic && ChatWs.sendMsg('open', {id: classcourse.id}) + // // isPublic && console.log('socket-开课消息-已发送') + // }) + // } this.classcourse = classcourse // 课堂信息 this.id = classcourse.id // 课堂id // 如果课堂信息有paging,则更新当前页码