From f696bac580049e60feb4171a880660a21a26807f Mon Sep 17 00:00:00 2001
From: wx <645899409@qq.com>
Date: Wed, 3 Dec 2025 13:56:57 +0800
Subject: [PATCH] =?UTF-8?q?update=201.=E6=9B=B4=E6=96=B0im=EF=BC=88?=
=?UTF-8?q?=E4=B8=93=E4=B8=9A=E4=BA=BA=E5=91=98/=E6=93=8D=E4=BD=9C?=
=?UTF-8?q?=E4=BA=BA=E5=91=98=E5=8D=95=E7=82=B9=E7=99=BB=E9=99=86=EF=BC=8C?=
=?UTF-8?q?=E5=9B=A0=E4=B8=BAim=E6=A8=A1=E5=9D=97=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/TUICallService/CallService/index.ts | 1 +
public/static/im-web/index.html | 2 +-
public/static/im-web/js/app.9b29fc46.js | 1 -
public/static/im-web/js/app.c17189d0.js | 1 +
src/api/sys/user.ts | 4 +-
src/store/modules/user.ts | 39 +++++++++++++++++++
.../communication/components/operate.vue | 4 ++
.../communication/components/specialized.vue | 5 +++
.../healthMonitor/anY/cottage/cottage.api.ts | 0
.../healthMonitor/anY/cottage/cottage.data.ts | 5 +++
.../healthMonitor/anY/cottage/cottage.vue | 32 +++++++++++++++
.../anY/physical/physical.api.ts | 0
.../anY/physical/physical.data.ts | 5 +++
.../healthMonitor/anY/physical/physical.vue | 32 +++++++++++++++
14 files changed, 127 insertions(+), 4 deletions(-)
delete mode 100644 public/static/im-web/js/app.9b29fc46.js
create mode 100644 public/static/im-web/js/app.c17189d0.js
create mode 100644 src/views/healthMonitor/anY/cottage/cottage.api.ts
create mode 100644 src/views/healthMonitor/anY/cottage/cottage.data.ts
create mode 100644 src/views/healthMonitor/anY/cottage/cottage.vue
create mode 100644 src/views/healthMonitor/anY/physical/physical.api.ts
create mode 100644 src/views/healthMonitor/anY/physical/physical.data.ts
create mode 100644 src/views/healthMonitor/anY/physical/physical.vue
diff --git a/iweb/src/TUIKit/TUIComponents/components/call/src/TUICallService/CallService/index.ts b/iweb/src/TUIKit/TUIComponents/components/call/src/TUICallService/CallService/index.ts
index 5940f68..61ed5d9 100644
--- a/iweb/src/TUIKit/TUIComponents/components/call/src/TUICallService/CallService/index.ts
+++ b/iweb/src/TUIKit/TUIComponents/components/call/src/TUICallService/CallService/index.ts
@@ -606,6 +606,7 @@ export default class TUICallService implements ITUICallService {
private _handleKickedOut(event: any): void {
console.log(`${NAME.PREFIX}kickOut event data: ${JSON.stringify(event)}.`);
this.kickedOut && this.kickedOut(event);
+ window.parent.postMessage(JSON.stringify({ code: 'kickOut' }), '*');
TUIStore.update(StoreName.CALL, NAME.CALL_TIPS, generateText(TUIStore, CallTips.KICK_OUT));
this._resetCallStore();
}
diff --git a/public/static/im-web/index.html b/public/static/im-web/index.html
index 73f0700..8dd8751 100644
--- a/public/static/im-web/index.html
+++ b/public/static/im-web/index.html
@@ -53,4 +53,4 @@
},
false
);
- };