From c0ca9672a194255f4c7d24c3dc10f3af69713111 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=94=B0=E9=A6=99=E7=90=AA?= <624506849@qq.com>
Date: Wed, 22 Jul 2026 18:08:42 +0800
Subject: [PATCH] =?UTF-8?q?fix(buyer):=20=E6=9C=AA=E7=99=BB=E5=BD=95?=
=?UTF-8?q?=E8=81=94=E7=B3=BB=E5=AE=A2=E6=9C=8D=E6=97=B6=E6=8F=90=E7=A4=BA?=
=?UTF-8?q?=E7=99=BB=E5=BD=95=20-=20=E5=B0=86=E7=99=BB=E5=BD=95=E6=8F=90?=
=?UTF-8?q?=E7=A4=BA=E7=94=B1=20Message=20=E6=94=B9=E4=B8=BA=20Modal=20-?=
=?UTF-8?q?=20=E6=96=B0=E5=A2=9E=20promptLogin=20=E6=96=B9=E6=B3=95?=
=?UTF-8?q?=E5=A4=84=E7=90=86=E7=99=BB=E5=BD=95=E8=B7=B3=E8=BD=AC=20-=20IM?=
=?UTF-8?q?Service=20=E5=A2=9E=E5=8A=A0=20accessToken=20=E6=A0=A1=E9=AA=8C?=
=?UTF-8?q?=EF=BC=8C=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E6=8F=90=E7=A4=BA?=
=?UTF-8?q?=E7=99=BB=E5=BD=95=20-=20=E6=94=B9=E8=BF=9B=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96=E7=9A=84=E9=94=99=E8=AF=AF?=
=?UTF-8?q?=E5=A4=84=E7=90=86=20-=20=E9=87=8D=E6=9E=84=20IM=20=E9=93=BE?=
=?UTF-8?q?=E6=8E=A5=20URL=20=E6=8B=BC=E6=8E=A5=EF=BC=8C=E6=8F=90=E5=8D=87?=
=?UTF-8?q?=E5=8F=AF=E8=AF=BB=E6=80=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
buyer/src/components/mixes/talkIm.vue | 60 ++--
buyer/src/pages/Cart.vue | 2 +-
.../src/pages/home/memberCenter/Favorites.vue | 2 +-
.../src/pages/home/orderCenter/AfterSale.vue | 2 +-
buyer/src/pages/home/orderCenter/MyOrder.vue | 2 +-
.../pages/home/orderCenter/OrderDetail.vue | 2 +-
buyer/src/pages/home/userCenter/MyTracks.vue | 2 +-
buyer/src/pages/payment/Pay.vue | 2 +-
im/src/api/user.js | 28 +-
im/src/components/chat/panel/OtherLink.vue | 300 +++++++++---------
im/src/components/chat/panel/TalkPanel.vue | 90 +++---
im/src/components/editor/MeEditor.vue | 6 +-
im/src/main.js | 2 +-
im/src/mixins/main-mixin.js | 23 +-
im/src/utils/auth.js | 3 +
im/src/utils/im-mode.js | 19 ++
im/src/utils/request.js | 5 +-
im/src/utils/talk.js | 2 +
im/src/views/message/index.vue | 54 ++--
19 files changed, 343 insertions(+), 263 deletions(-)
create mode 100644 im/src/utils/im-mode.js
diff --git a/buyer/src/components/mixes/talkIm.vue b/buyer/src/components/mixes/talkIm.vue
index 7087e688..f15a3939 100644
--- a/buyer/src/components/mixes/talkIm.vue
+++ b/buyer/src/components/mixes/talkIm.vue
@@ -3,7 +3,7 @@