From ac3ce47deac633b4856ed6349286dffc81f93690 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 01 十一月 2025 19:52:36 +0800
Subject: [PATCH] 优化出入库单人工完成
---
新建文件夹/WMS/src/views/Index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue"
index 7dc109d..5d52cad 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/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 });
--
Gitblit v1.9.3