From 8c51de06d839339f428ca0691099fe60740765cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 05 Jul 2025 18:36:11 +0800
Subject: [PATCH] style
---
src/components/Transform/list-quotation/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/Transform/list-quotation/index.vue b/src/components/Transform/list-quotation/index.vue
index fae11c0..c6aa564 100644
--- a/src/components/Transform/list-quotation/index.vue
+++ b/src/components/Transform/list-quotation/index.vue
@@ -174,7 +174,7 @@
// /cryptos/perpetualContract/btcusdt?selectIndex=2
this.$router.push({
path: `/cryptos/perpetualContract/${item.symbol}`,
- query: { type: 'cryptos', selectIndex: 2 }
+ query: { selectIndex: 2 }
});
// this.$router.push({
// path: `/foreign/deliveryContract/${item.symbol}`,
--
Gitblit v1.9.3