yanjinhui
3 天以前 bfc11f87e2b64420c9917c0b9881b3e327d6f796
新建文件夹/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 });