From 543735d5141ce80b5f48c1a0d777fc29b0b34c86 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 18:27:50 +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