src/components/stock-list.vue
@@ -103,8 +103,8 @@ 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"); else this.initWebSocket("wss://wstt.hebingx.com/websocket-server"); this.pageNum = 1; this.getStockList();