新建文件夹/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,7 @@ } } 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 });