From fff675a093a912ecdda8e5498421a3e41ab0b596 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sun, 11 Jan 2026 19:35:02 +0800
Subject: [PATCH] 1

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

diff --git a/src/components/stock-list.vue b/src/components/stock-list.vue
index 2a42cf9..51f180c 100644
--- a/src/components/stock-list.vue
+++ b/src/components/stock-list.vue
@@ -102,9 +102,11 @@
     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");
+        // 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");
 
         this.pageNum = 1;
         this.getStockList();

--
Gitblit v1.9.3