chore: 加大清零等待时间

This commit is contained in:
fxxian 2024-04-08 14:38:18 +08:00
parent 70d9e547f3
commit 2d46369bf7
1 changed files with 1 additions and 1 deletions

View File

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