lxf
2025-05-18 4702be083e8b554eb3037f0ecc0b4ba1d04c2406
src/components/list-quotation/index.vue
@@ -244,7 +244,7 @@
    onItemClick(item) {
      setStorage("symbolname", item.name);
      if (this.tabActive == 2) {
        setStorage("tradeSymbol", item.symbol);
        setStorage("symbol", item.symbol);
        //现货
        this.$router.push({
          path: `/trade/${item.symbol}`,
@@ -255,7 +255,7 @@
        // this.$router.push({
        //   path: `/perpetualContract/${item.symbol}`,
        // });
        setStorage("tradeSymbol", item.symbol);
        setStorage("symbol", item.symbol);
        this.$router.push({
          path: `/trade/${item.symbol}`,
          query: { name: item.name },