From b0dc4072f11bf0244fb1182500498d34c4582edc Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Mon, 24 Feb 2025 18:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mediation-page/components/MediationRoom.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index cbee938..1e3441e 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -812,7 +812,7 @@ export default { }, // 静音会话 async muteMic() { - if (!this.$clickThrottle()) { + if (!this.$clickThrottle(1000)) { return } try { @@ -828,7 +828,7 @@ export default { }, // 取消静音 async unmuteMic() { - if (!this.$clickThrottle()) { + if (!this.$clickThrottle(1000)) { return } try {