保存-群id

This commit is contained in:
zdg 2024-08-14 16:53:40 +08:00
parent 69f54a217b
commit bb1d5da104
1 changed files with 4 additions and 3 deletions

View File

@ -102,8 +102,10 @@ const mouseChange = (bool) => {
setIgnore(resBool)
}
// im-chat:
const chatChange = data => {
console.log(data)
const chatChange = ({type, data}) => {
if (type == 'createGroup') { //
}
}
// 穿
@ -138,7 +140,6 @@ const sideChange = async o => {
case 'over': //
toolStore.isToolWin = false
endClass(route.query.reservId)
console.log(imChatRef.value)
await imChatRef.value?.deleteGroup() //
await imChatRef.value?.logout() // 退im
ipcMsgSend('tool-sphere:close') //