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