@@ -62,8 +62,7 @@ export default defineComponent({
api: 'joinChatGroup',
content: {
type: 'multi', // single 单人 multi 多人
- id: item.id,
- role: 'STUDENT'
+ id: item.id
}
})
@@ -188,8 +188,7 @@ export default defineComponent({
type: 'single', // single 单人 multi 多人
- id: this.teacherId,
+ id: this.userInfo.imUserId
}}
@@ -57,8 +57,7 @@ export default defineComponent({
- id: item.imGroupId,
- role: 'TEACHER'
+ id: item.imGroupId
},