修改bug
This commit is contained in:
parent
a22ad6b969
commit
b0dc4072f1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user