dcc
2024-05-15 9d1fadaf0e2abf8e04446580d8baadf7717ce0d1
src/components/list-quotation/index.vue
@@ -161,6 +161,7 @@
        });
      } else {
        setStorage('symbol', item.symbol)
        setStorage('close', item.close)
        this.$router.push({
          path: `/perpetualContract/${item.symbol}`
        });