From 026af4e6ce59b18af31a45c37b553504419297c7 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Tue, 8 Nov 2022 11:45:48 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=EF=BC=9A=E8=A1=A8=E6=83=85?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=A9=BA=E7=99=BD=E5=A4=84=E9=80=80=E5=9B=9E?= =?UTF-8?q?=202.=E4=BC=98=E5=8C=96=EF=BC=9Acookie=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81=EF=BC=88=E4=B8=8D=E5=AE=89=E5=85=A8=EF=BC=9F?= =?UTF-8?q?=EF=BC=9F=EF=BC=89=203.=E8=81=8A=E5=A4=A9=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=9B=BE=E7=89=87=EF=BC=8C=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=AB=98=E6=B8=85=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatBox.vue | 9 +++--- im-ui/src/components/chat/MessageItem.vue | 13 +++++++-- im-ui/src/components/common/Emotion.vue | 24 ++++++++++++---- im-ui/src/components/common/FullImage.vue | 2 +- im-ui/src/view/Chat.vue | 2 +- im-ui/src/view/Login.vue | 34 +++++++++++++++++++++-- 6 files changed, 67 insertions(+), 17 deletions(-) diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 91949b3..6868baf 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -1,5 +1,5 @@