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 | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/components/Transform/cry-nav/index.vue b/src/components/Transform/cry-nav/index.vue
index 305bedb..e63868e 100644
--- a/src/components/Transform/cry-nav/index.vue
+++ b/src/components/Transform/cry-nav/index.vue
@@ -71,15 +71,15 @@
path: '/cryptos/funds',
isLogin: true
},
+ {
+ 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('智能矿池'),
- // icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
- // path: '/cryptos/machine'
// },
// {
// name: this.$t('质押借币'),
@@ -164,15 +164,15 @@
path: '/cryptos/funds',
isLogin: true
},
+ {
+ 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/fund'
- // },
- // {
- // name: this.$t('智能矿池'),
- // icon: new URL('@/assets/theme/dark/image/nav/SmartKuangchi.png', import.meta.url),
- // path: '/cryptos/machine'
+ // path: '/cryptos/fm-home'
// },
// {
// name: this.$t('质押借币'),
--
Gitblit v1.9.3