yanjinhui
3 天以前 9f4280a7a047f048f4ca101ce85a03f24b72785d
新建文件夹/WMS/src/views/Index.vue
@@ -321,7 +321,7 @@
      messageList.push(data);
      ElNotification({
        title: data.title,
        message: h("i", { style: "color: teal" }, data.message),
        message: h("i", { style: "color: red" }, data.message),
        position: "bottom-right",
      });
    };
@@ -612,7 +612,8 @@
        }
      }
      createSocket("ws://127.0.0.1:9296/" + _userInfo.userName);
      //createSocket("ws://127.0.0.1:9296/" + _userInfo.userName);
       createSocket("ws://172.16.1.4:9296/" + _userInfo.userName);
      Object.assign(_config.$tabs, { open: open, close: close });