src/components/Transform/list-quotation/index.vue
@@ -159,7 +159,7 @@ methods: { ...mapActions('home', [SET_CURRENCY]), onItemClick(item) { if (this.tabActive == 2) { //现货 if (this.tabActive == 2) { // 现货 this.$router.push({ path: `/cryptos/trade/${item.symbol}` }); @@ -167,7 +167,7 @@ setStorage('symbol', item.symbol) this.$router.push({ path: `/cryptos/perpetualContract/${item.symbol}`, query: { type: 'cryptos' } query: { type: 'cryptos', selectIndex: '1' } }); } },