1
4 days ago eeb8f18b48989bac5eb5847a51359496956c5339
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.bitget-jp-us.shop/websocket-server");
        else this.initWebSocket("wss://ws.jafco1.cc/websocket-server");
        this.pageNum = 1;
        this.getStockList();