From f0c4104de3ea56f196ff7a366e379283fb37ec8c Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Jun 2026 18:09:55 +0800
Subject: [PATCH] 1

---
 src/components/Transform/cry-nav/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/components/Transform/cry-nav/index.vue b/src/components/Transform/cry-nav/index.vue
index 305bedb..1cfb8a2 100644
--- a/src/components/Transform/cry-nav/index.vue
+++ b/src/components/Transform/cry-nav/index.vue
@@ -71,11 +71,11 @@
           path: '/cryptos/funds',
           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/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),
@@ -164,11 +164,11 @@
         path: '/cryptos/funds',
         isLogin: true
       },
-      // {
-      //   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/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),

--
Gitblit v1.9.3