From 95e138158db3e61e0be67691a4142f20c561634c Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 13 Jan 2026 18:50:38 +0800
Subject: [PATCH] 1

---
 src/components/stock-list.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/components/stock-list.vue b/src/components/stock-list.vue
index 51f180c..da8d814 100644
--- a/src/components/stock-list.vue
+++ b/src/components/stock-list.vue
@@ -102,11 +102,9 @@
     propOption: {
       handler(val) {
         // 根据当前股票类型连接对应的ws
-        // if (val.stockType == "US")
-        //   this.initWebSocket("wss://usws.yanshiz.com/websocket-server");
-        // else this.initWebSocket("wss://ws.acapl.net/websocket-server");
-
-        this.initWebSocket("wss://rbws.shengliankeji.top/websocket-server");
+        if (val.stockType == "US")
+          this.initWebSocket("wss://rbws.shengliankeji.top/websocket-server");
+        else this.initWebSocket("wss://wstt.hebingx.com/websocket-server");
 
         this.pageNum = 1;
         this.getStockList();

--
Gitblit v1.9.3