From 3f1ab7f7f65fe665f6977f94899c763cc1ef1faf Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 02 Jun 2026 15:56:14 +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