请求聊天总数 设置已读改为websocket模式

This commit is contained in:
wxl 2025-01-12 02:20:43 +08:00
parent b8b418e1f7
commit d12e4abdfb

View File

@ -56,6 +56,8 @@
open() {
this.dialogVisible = true
this.getAuthorList()
const {IMUI} = this.$refs;
IMUI.messageViewToBottom()
},
getUnReadCount(){
webSocketManager.sendMessage(JSON.stringify({handlerType:'8',authorId:'8'}))