wuyouming666
2024-01-19 85a0a75ab65874f8c010df5ba9cec0d97bf84708
CanadaMes-ui/src/layout/index.vue
@@ -231,7 +231,7 @@
    },
    init() {
      let viewname = "Home";
      let viewname = "Layout";
      if (typeof (WebSocket) == "undefined") {
        console.log("您的浏览器不支持WebSocket");
      } else {
@@ -289,8 +289,6 @@
          if (obj.Abort) {
            if (obj.Abort[0].length > 0) {
@@ -340,7 +338,7 @@
        },
        1000
      );
      if (this.reset == false&&this.EmergencyStop != true) {
      if (this.reset == false && this.EmergencyStop != true) {
        this.dialogFormCountDown = true;
      }
    },