From 8fcd7a67e4391a5f1fbdb590c2a3f913aeb2a0a0 Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期二, 31 三月 2026 14:11:23 +0800
Subject: [PATCH] PP平库功能上线,PDA优化,部分问题点优化
---
代码管理/WCS/WIDESEAWCS_Client/src/views/Index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/Index.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/Index.vue"
index 3fd3bd8..2212023 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/Index.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/Index.vue"
@@ -322,7 +322,7 @@
//鍒涘缓WebSocket杩炴帴
//"ws://127.0.0.1:9295/admin"
//client = new WebSocket("ws://192.168.0.250:9260/");
- client = new WebSocket("ws:localhost:9260/");
+ client = new WebSocket("ws:10.30.4.92:9260/");
client.onopen = function() {
//client.onmessage = handleMessage;
// store.commit("setWebsocket", client);
--
Gitblit v1.9.3