From 95a80c2b9939f3d095464ac5ebd5f578a674a7eb Mon Sep 17 00:00:00 2001 From: zhangxuelin <959231531@qq.com> Date: Thu, 16 Jan 2025 15:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E4=B8=8D=E5=8F=91=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/AixPPTist/src/api/classcourse.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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,则更新当前页码 -- 2.44.0.windows.1