From 349c48e168b9f2580334422228acde7d1b21bede Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:15 +0800
Subject: [PATCH] 1
---
src/components/Transform/cry-nav/index.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/components/Transform/cry-nav/index.vue b/src/components/Transform/cry-nav/index.vue
index 1cfb8a2..e63868e 100644
--- a/src/components/Transform/cry-nav/index.vue
+++ b/src/components/Transform/cry-nav/index.vue
@@ -72,14 +72,14 @@
isLogin: true
},
{
- name: this.$t('基金理财'),
- icon: new URL('@/assets/theme/dark/image/nav/financialmanagement.png', import.meta.url),
- path: '/cryptos/fm-home'
+ name: this.$t('矿池'),
+ icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
+ path: '/cryptos/machine'
},
// {
- // name: this.$t('智能矿池'),
- // icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
- // path: '/cryptos/machine'
+ // name: this.$t('基金理财'),
+ // icon: new URL('@/assets/theme/dark/image/nav/financialmanagement.png', import.meta.url),
+ // path: '/cryptos/fm-home'
// },
// {
// name: this.$t('质押借币'),
@@ -165,14 +165,14 @@
isLogin: true
},
{
- name: this.$t('基金理财'),
- icon: new URL('@/assets/theme/dark/image/nav/financialmanagement.png', import.meta.url),
- path: '/cryptos/fm-home'
+ name: this.$t('矿池'),
+ icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
+ path: '/cryptos/machine'
},
// {
- // name: this.$t('智能矿池'),
- // icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
- // path: '/cryptos/machine'
+ // name: this.$t('基金理财'),
+ // icon: new URL('@/assets/theme/dark/image/nav/financialmanagement.png', import.meta.url),
+ // path: '/cryptos/fm-home'
// },
// {
// name: this.$t('质押借币'),
--
Gitblit v1.9.3