IM 部分页面逻辑,聊天列表-详情页

This commit is contained in:
2022-01-18 15:12:13 +08:00
parent 7c6916b4ae
commit e85b9c2c0d
12 changed files with 94 additions and 1273 deletions

View File

@@ -43,6 +43,10 @@ const connect = (token, userInfo) => {
store.dispatch('setSenderInfo', userInfo)
setNotifyBadge()
}
const disconnect = () => {
RongIMLib.disconnect()
}
const addListeners = () => {