From d12e4abdfba22803f677bea16a5426f8d8433967 Mon Sep 17 00:00:00 2001 From: wxl <727869402@qq.com> Date: Sun, 12 Jan 2025 02:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=81=8A=E5=A4=A9=E6=80=BB?= =?UTF-8?q?=E6=95=B0=20=E8=AE=BE=E7=BD=AE=E5=B7=B2=E8=AF=BB=E6=94=B9?= =?UTF-8?q?=E4=B8=BAwebsocket=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/common/Im.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/views/common/Im.vue b/web/src/views/common/Im.vue index 60edda2..23e20d8 100644 --- a/web/src/views/common/Im.vue +++ b/web/src/views/common/Im.vue @@ -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'}))