This commit is contained in:
2023-10-13 17:06:44 +08:00
parent 76315492ad
commit 19a3574fbb
15 changed files with 184 additions and 140 deletions

View File

@@ -241,10 +241,10 @@ export default defineComponent({
this.clearTimer()
this.timeTop = setInterval(() => {
this.robotTop = false
}, 10000);
}, 15000);
this.timeInput = setInterval(() => {
this.robotInput = false
}, 5000);
}, 10000);
}