zdg #144

Merged
zhengdegang merged 24 commits from zdg into main 2024-08-16 13:42:41 +08:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit bb1d5da104 - Show all commits

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') //