1
admin
2026-01-14 3b4f810acdcf7db659497d8085eacb21832dbba4
src/components/stock-list.vue
@@ -104,8 +104,8 @@
      handler(val) {
        // 根据当前股票类型连接对应的ws
        if (val.stockType == "US")
          this.initWebSocket("wss://rbws.shengliankeji.top/websocket-server");
        else this.initWebSocket("wss://wstt.hebingx.com/websocket-server");
          this.initWebSocket("wss://ws.sceazy.com/websocket-server");
        else this.initWebSocket("wss://ws.jafco1.cc/websocket-server");
        this.pageNum = 1;
        this.getStockList();