修改bug

This commit is contained in:
张运江 2025-02-24 18:03:30 +08:00
parent a22ad6b969
commit b0dc4072f1

View File

@ -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 {