1
hutongqing
2024-12-12 2510ff614cd2962d2a91ec1a9eb6668009e9b671
代码管理/WMS/WIDESEA_WMSClient/src/views/Index.vue
@@ -214,7 +214,7 @@
  watch,
  onMounted,
  getCurrentInstance,
  h
  h,
} from "vue";
import { useRouter, useRoute } from "vue-router";
import store from "../store/index";
@@ -319,6 +319,7 @@
      ElNotification({
        title: data.title,
        message: h("i", { style: "color: teal" }, data.message),
        position: "bottom-right",
      });
    };
@@ -338,9 +339,7 @@
        setTimeout(createSocket, 10000);
      };
      client.onerror = function () {
      };
      client.onerror = function () {};
    };
    const changeTheme = (name) => {