commit
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user