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