11
jhzh
2025-07-10 410baea0e0e5a74350adc5291cf23cb79ad30daa
src/page/list/tradingList/data.list.vue
@@ -269,8 +269,9 @@
      // api.positionzx;
      let data;
      if (a !== "") {
        if (a == "IN") {
        if (a == "JP") {
          //印股
          opt.stockType = "JP";
          data = await api.getStockByType(opt);
        } else {
          //大宗
@@ -335,7 +336,7 @@
    initWebSocket() {
      console.log("initWebSocket");
      this.Trade = new WhrWebSocket({
        path: `wss://ws.durocaspitall.com/websocket-server `,
        path: `wss://wss.yanshiz.com/websocket-server `,
        onmessage: this.getTradeMessage,
      });