1
李凌
8 days ago 349c48e168b9f2580334422228acde7d1b21bede
src/components/Transform/list-quotation/index.vue
@@ -167,7 +167,7 @@
        setStorage('symbol', item.symbol)
        this.$router.push({
          path: `/cryptos/perpetualContract/${item.symbol}`,
          query: { type: 'cryptos' }
          query: { type: 'cryptos', selectIndex: '1' }
        });
      }
    },