From 6c2364e6b37ad4cb57fd7b2146b0e6bf40eef434 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 28 十月 2024 15:25:53 +0800 Subject: [PATCH] 解决点击主页退出系统的问题 --- src/views/meet/index.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/meet/index.vue b/src/views/meet/index.vue index ba5471a..5f0af13 100644 --- a/src/views/meet/index.vue +++ b/src/views/meet/index.vue @@ -82,9 +82,21 @@ methods: { muteEveryone () { this.jitsiApi.executeCommand('muteEveryone', 'audio') + const h = this.$createElement; + + this.$notify({ + title: '鎻愮ず', + message: h('i', { style: 'color: teal'}, '宸插叏浣撶闊�') + }); }, videoEveryone () { this.jitsiApi.executeCommand('muteEveryone', 'video') + const h = this.$createElement; + + this.$notify({ + title: '鎻愮ず', + message: h('i', { style: 'color: teal'}, '宸插叧闂叏浣撹棰�') + }); }, handleCommand (command) { this.sendMessage(JSON.stringify(command)) -- Gitblit v1.8.0