From c6ccd498aa419327de7c64e03f989964eeb5d278 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 16:26:11 +0800
Subject: [PATCH] 退出二次确认
---
src/components/trade/etf-ex-nav/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/trade/etf-ex-nav/index.vue b/src/components/trade/etf-ex-nav/index.vue
index c8b2d52..2e7df09 100644
--- a/src/components/trade/etf-ex-nav/index.vue
+++ b/src/components/trade/etf-ex-nav/index.vue
@@ -36,7 +36,7 @@
path: `/cryptos/perpetualContract/${val[0].symbol}?type=indices&selectIndex=1`
},
{
- name: this.$t('期货交易'),
+ name: this.$t('货币交易'),
icon: new URL('@/assets/image/etfNav/icon03.png', import.meta.url),
path: `/cryptos/perpetualContract/${val[0].symbol}?type=indices&selectIndex=2`
},
@@ -62,7 +62,7 @@
path: `/cryptos/perpetualContract/GlobalETF500?type=indices&selectIndex=1`
},
{
- name: this.$t('期货交易'),
+ name: this.$t('货币交易'),
icon: new URL('@/assets/image/etfNav/icon03.png', import.meta.url),
path: `/cryptos/perpetualContract/GlobalETF500?type=indices&selectIndex=2`
},
--
Gitblit v1.9.3