chore: 加大清零等待时间

This commit is contained in:
fxxian 2024-04-08 14:34:26 +08:00
parent 60f0deaa55
commit 70d9e547f3
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export default {
} else {
await this.sendRemoteControlCommand('countClear')
this.clearCountLoading = true
this.sleep(4000).then(() => {
this.sleep(5000).then(() => {
this.clearCountLoading = false
this.$emit('countClear')
})