CanadaMes-ui/src/layout/index.vue @@ -310,10 +310,10 @@ } } }, //45秒复位倒数计时 //60秒复位倒数计时 CountDown() { clearInterval(timer); let count = 45; let count = 60; timer = setInterval( () => { if (this.EmergencyStop == true) {