修改bug
This commit is contained in:
parent
a22ad6b969
commit
b0dc4072f1
@ -812,7 +812,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 静音会话
|
// 静音会话
|
||||||
async muteMic() {
|
async muteMic() {
|
||||||
if (!this.$clickThrottle()) {
|
if (!this.$clickThrottle(1000)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
@ -828,7 +828,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 取消静音
|
// 取消静音
|
||||||
async unmuteMic() {
|
async unmuteMic() {
|
||||||
if (!this.$clickThrottle()) {
|
if (!this.$clickThrottle(1000)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user