1
admin
2026-01-10 66bb7239b3784f50146c00db5b303d123aa3f0b0
src/components/stock-list.vue
@@ -103,7 +103,7 @@
      handler(val) {
        // 根据当前股票类型连接对应的ws
        if (val.stockType == "US")
          this.initWebSocket("wss://ws.isusstock.com/websocket-server");
          this.initWebSocket("wss://usws.yanshiz.com/websocket-server");
        else this.initWebSocket("wss://ws.acapl.net/websocket-server");
        this.pageNum = 1;