From 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 16:10:01 +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 a383518..62ffc9a 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