From 9b2bee1321e99dfce7fe8442f750b1300391e841 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 04 Apr 2025 21:50:07 +0800
Subject: [PATCH] 1
---
src/components/ex-nav/index.vue | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index 31b5a7c..b2fd5c7 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -57,12 +57,12 @@
path: '/exchange/exchangePage'
},
- {
- name: this.$t('理财'),
- icon: require(`../../assets/theme/${this.theme}/image/new/img_1.png`),
- // path: '/fm-home',
- path: '/fund'
- },
+ // {
+ // name: this.$t('理财'),
+ // icon: require(`../../assets/theme/${this.theme}/image/new/img_1.png`),
+ // // path: '/fm-home',
+ // path: '/fund'
+ // },
{
name: this.$t('现货账户'),
@@ -83,11 +83,11 @@
icon: require(`../../assets/theme/${this.theme}/image/new/img_4.png`),
path: '/machine'
},
- {
- name: this.$t('质押借币'),
- icon: require(`../../assets/theme/${this.theme}/image/new/img_5.png`),
- path: '/pledgeLoan'
- },
+ // {
+ // name: this.$t('质押借币'),
+ // icon: require(`../../assets/theme/${this.theme}/image/new/img_5.png`),
+ // path: '/pledgeLoan'
+ // },
{
name: this.$t('ICO'),
icon: require(`../../assets/theme/${this.theme}/image/new/img_6.png`),
@@ -120,12 +120,12 @@
path: '/recharge/rechargeList'
},
- {
- name: this.$t('理财'),
- icon: require(`../../assets/theme/${this.theme}/image/new/img_1.png`),
- // path: '/fm-home',
- path: '/fund'
- },
+ // {
+ // name: this.$t('理财'),
+ // icon: require(`../../assets/theme/${this.theme}/image/new/img_1.png`),
+ // // path: '/fm-home',
+ // path: '/fund'
+ // },
{
name: this.$t('现货账户'),
@@ -146,11 +146,11 @@
icon: require(`../../assets/theme/${this.theme}/image/new/img_4.png`),
path: '/machine'
},
- {
- name: this.$t('质押借币'),
- icon: require(`../../assets/theme/${this.theme}/image/new/img_5.png`),
- path: '/pledgeLoan'
- },
+ // {
+ // name: this.$t('质押借币'),
+ // icon: require(`../../assets/theme/${this.theme}/image/new/img_5.png`),
+ // path: '/pledgeLoan'
+ // },
{
name: this.$t('ICO申购'),
icon: require(`../../assets/theme/${this.theme}/image/new/img_6.png`),
--
Gitblit v1.9.3