zdg #176

Merged
zhengdegang merged 2 commits from zdg into main 2024-09-05 16:32:58 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5ecba3fb62 - Show all commits

View File

@ -95,7 +95,7 @@ const getClassInfo = async () => {
const { data } = await classManageApi.getClassInfo(classObj.id)
classObj.data = data
// id
let timGroupId = data?.ex3 || '@TGS#36AICW6O6'
let timGroupId = data?.ex3 || ''
console.log('获取群ID:', timGroupId)
const chat = await imChatRef.value?.initImChat(timGroupId) // im-chat
if (!timGroupId) timGroupId = chat?.timGroupId