1
PC-20250623MANY\Administrator
2025-09-29 668fcc32e9b9d47ed616865a4df1f4cab68fc582
src/views/home/components/HomeLtl.vue
@@ -3,7 +3,9 @@
    <div class="tabs_box">
      <el-tabs v-model="activeName" @tab-click="handleClick">
        <el-tab-pane label="United States" name="US"></el-tab-pane>
        <el-tab-pane label="Mexico" name="MEX"></el-tab-pane>
        <!-- <el-tab-pane label="Hong Kong" name="HK"></el-tab-pane>
        <el-tab-pane label="Taiwan" name="TW"></el-tab-pane>
        <el-tab-pane label="India" name="IN"></el-tab-pane> -->
      </el-tabs>
    </div>
@@ -34,19 +36,11 @@
        <el-table-column prop="spell" :label="$t('hj313')">
          <template slot-scope="scope">
            <el-tag
              v-if="scope.row.stock_type == 'MEX'"
              :type="scope.row.stock_type != $mc ? 'success' : ''"
              size="small"
              style="margin-right: 8px"
            >
              MEX
            </el-tag>
            <el-tag
              type="success"
              size="small"
              style="margin-right: 8px"
              v-else-if="scope.row.stock_type == 'US'"
            >
              US
              {{ scope.row.stock_type }}
            </el-tag>
            <span>{{ scope.row.spell }}</span>
          </template>
@@ -127,7 +121,7 @@
    initWebSocket() {
      console.log("initWebSocket");
      this.Trade = new WhrWebSocket({
        path: `wss://ws.kuspitai.com/websocket-server `,
        path: `wss://usws.yanshiz.com/websocket-server `,
        onmessage: this.getTradeMessage,
      });