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 {