This commit is contained in:
parent
5222704c0e
commit
633128ba94
|
|
@ -127,7 +127,7 @@ export default {
|
|||
}
|
||||
|
||||
// 设置15秒初始时间
|
||||
newItem.currTime = 11115;
|
||||
newItem.currTime = 15;
|
||||
// 创建新计时器
|
||||
const timer = this.startTimer(newItem);
|
||||
this.droneTimers.set(newItem.BatchId, timer);
|
||||
|
|
|
|||
Loading…
Reference in New Issue