From dce10d37ad35efe8ed1d39d6e5fcf7e4904381df Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Jun 2026 13:19:53 +0800
Subject: [PATCH] 1

---
 src/components/fx-footer/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/fx-footer/index.vue b/src/components/fx-footer/index.vue
index 62ffc9a..a383518 100644
--- a/src/components/fx-footer/index.vue
+++ b/src/components/fx-footer/index.vue
@@ -19,11 +19,11 @@
         </template>
       </van-tabbar-item>
 
-      <!-- <van-tabbar-item name="fund" to="/cryptos/fund">
+      <van-tabbar-item name="fund" to="/cryptos/fund">
         <template #icon>
           <img :src="active == 'fund' ? icon.fund.active : icon.fund.inactive" alt="fund" />
         </template>
-      </van-tabbar-item> -->
+      </van-tabbar-item>
 
       <van-tabbar-item name="personal" to="/personal">
         <template #icon>

--
Gitblit v1.9.3