1
admin
2026-01-13 95e138158db3e61e0be67691a4142f20c561634c
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();