From 00fb1e261a29535810c2725bceb1b9c3799b791b Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 30 Nov 2024 16:43:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E9=80=9A=E8=AF=9D=E7=BB=84=E4=BB=B6=E7=9A=84=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=B1=95=E7=A4=BA=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 1 + src/components/liveCall/LiveCallItemHome.vue | 9 +++++---- src/components/liveCall/index.vue | 17 +++++++++++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index fd24bdc..2a75f2e 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -6,6 +6,7 @@ export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] const ElMessage: typeof import('element-plus/es')['ElMessage'] + const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] const computed: typeof import('vue')['computed'] const createApp: typeof import('vue')['createApp'] const customRef: typeof import('vue')['customRef'] diff --git a/src/components/liveCall/LiveCallItemHome.vue b/src/components/liveCall/LiveCallItemHome.vue index 578d268..1668da6 100644 --- a/src/components/liveCall/LiveCallItemHome.vue +++ b/src/components/liveCall/LiveCallItemHome.vue @@ -19,7 +19,7 @@
{{ item.speaker == 0 ? recordObj.name : '运维助手' }}