wu
2024-01-26 90b7450b05c3a26767727b12fc08f9667ebb1868
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) {