lxf
2025-07-15 c4887c87ae71021c1edb33bf16417e6f5fe1f8e5
src/views/cryptos/TrendDetails/index.vue
@@ -443,7 +443,7 @@
        })
        return
      } else {
        this.$router.push(`/cryptos/perpetualContract/${this.symbol}`)
        this.$router.push(`/cryptos/perpetualContract/${this.symbol}?type=cryptos&selectIndex=2`)
      }
    },
    onClose() {
@@ -525,6 +525,7 @@
    this.sockets.quote = null
    this.sockets.deals = null
    this.sockets.askBid = null
    clearTimeout(this.timeout)
  },
  beforeRouteEnter(to, from, next) {
    const { params: { symbol } } = to