From 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 16:10:01 +0800
Subject: [PATCH] 1
---
src/components/Transform/qur-nav/index.vue | 20 ++------------------
1 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/src/components/Transform/qur-nav/index.vue b/src/components/Transform/qur-nav/index.vue
index c7a0cbe..1135e55 100644
--- a/src/components/Transform/qur-nav/index.vue
+++ b/src/components/Transform/qur-nav/index.vue
@@ -47,12 +47,7 @@
{
name: this.$t('合约'),
icon: new URL(`../../../assets/theme/${thStore.theme}/image/indexNav/3271.png`, import.meta.url),
- path: '/cryptos/perpetualContract/AAPL?type=US-stocks&selectIndex=1'
- },
- {
- name: this.$t('理财'),
- icon: new URL(`../../../assets/theme/${thStore.theme}/image/indexNav/3262.png`, import.meta.url),
- path: '/cryptos/fund'
+ path: '/trade/options?symbol=btc&activeTab=cryptos'
},
{
name: this.$t('客服'),
@@ -62,20 +57,9 @@
],
navList1: [
{
- name: this.$t('股票'),
- icon: new URL(`../../../assets/theme/${thStore.theme}/image/indexNav/3258.png`, import.meta.url),
- path: '/quotes/openTrade?tabActive=0&symbol=AAPL&type=US-stocks',
- isLogin: false
- },
- {
- name: this.$t('质押'),
- icon: new URL(`../../../assets/theme/${thStore.theme}/image/indexNav/3257.png`, import.meta.url),
- path: '/cryptos/pledgeLoan'
- },
- {
name: this.$t('账变记录'),
icon: new URL(`../../../assets/theme/${thStore.theme}/image/indexNav/3268.png`, import.meta.url),
- path: '/cryptos/accountChange?type=US-stocks'
+ path: '/cryptos/accountChange?type=cryptos'
},
{
name: this.$t('分享'),
--
Gitblit v1.9.3