From d24121c2267e892e4fea2fad777e42c51c805c88 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 27 三月 2026 16:20:59 +0800
Subject: [PATCH] feat: 添加任务下发时间
---
项目代码/WMS/WIDESEA_WMSClient/src/views/Index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue"
index a087196..7a72da7 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue"
@@ -326,7 +326,7 @@
const createSocket = (url) => {
// 鍒涘缓WebSocket杩炴帴
- //"ws://127.0.0.1:9295/admin"
+ // url = "ws://127.0.0.1:9296";
client = new WebSocket(url);
client.onopen = function () {
@@ -606,7 +606,7 @@
}
}
- createSocket("ws://127.0.0.1:9296/" + _userInfo.userName);
+ // createSocket("ws://172.18.195.201:9296/" + _userInfo.userName);
Object.assign(_config.$tabs, { open: open, close: close });
--
Gitblit v1.9.3