+
{{ text_avatar }}
+
-
+
{{ username }}
({{ num }})
@@ -105,8 +105,8 @@ const onSetMenu = () => {
}
.left-module {
- padding-right: 5px;
- padding-left: 50px;
+ // padding-right: 5px;
+ // padding-left: 50px;
.tag {
background: rgb(81 139 254);
From 73063d1fafe1c0505c54b0de2ad5711beedde356 Mon Sep 17 00:00:00 2001
From: Phoenix <64720302+Concur-max@users.noreply.github.com>
Date: Mon, 19 May 2025 13:52:41 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B4=E5=83=8F?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=BE=A4=E8=81=8A?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A0=87=E7=AD=BE=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91=EF=BC=9B=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E8=A7=86=E9=A2=91=E6=B6=88=E6=81=AF=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=EF=BC=8C=E6=B3=A8=E9=87=8A=E6=8E=89=E6=9C=AA=E4=BD=BF=E7=94=A8?=
=?UTF-8?q?=E7=9A=84=E5=9B=BE=E5=83=8F=E5=A4=84=E7=90=86=E5=87=BD=E6=95=B0?=
=?UTF-8?q?=EF=BC=9B=E6=9B=B4=E6=96=B0=E5=AF=B9=E8=AF=9D=E5=AD=98=E5=82=A8?=
=?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=A4=B4=E5=83=8F=E5=92=8C=E7=BE=A4?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5=EF=BC=9B=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E6=B6=88=E6=81=AF=E8=A7=86=E5=9B=BE=E4=B8=AD=E7=9A=84=E5=A4=B4?=
=?UTF-8?q?=E5=83=8F=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/avatar-module/index.vue | 51 ++++++++++-
src/components/talk/message/VideoMessage.vue | 86 +++++++++----------
src/store/modules/dialogue.js | 10 ++-
src/utils/auth.js | 2 +-
src/views/message/inner/IndexContent.vue | 6 +-
src/views/message/inner/IndexSider.vue | 5 +-
src/views/message/inner/TalkItem.vue | 4 +-
src/views/message/inner/panel/PanelHeader.vue | 15 +++-
8 files changed, 124 insertions(+), 55 deletions(-)
diff --git a/src/components/avatar-module/index.vue b/src/components/avatar-module/index.vue
index 7023c27..b527a2a 100644
--- a/src/components/avatar-module/index.vue
+++ b/src/components/avatar-module/index.vue
@@ -1,8 +1,20 @@
+
+ {{ labelColor.find(x=>x.group_type===groupType)?.label }}
+
+