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;