From e7657b7014971de552045a192c0e6643b8f8be47 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 05 Aug 2025 10:49:00 +0800
Subject: [PATCH] 1
---
src/components/fx-footer/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/fx-footer/index.vue b/src/components/fx-footer/index.vue
index 3e501f9..98afc02 100644
--- a/src/components/fx-footer/index.vue
+++ b/src/components/fx-footer/index.vue
@@ -138,10 +138,10 @@
// active: new URL('@/assets/imgs/footer/news-active.png', import.meta.url),
// inactive: new URL('@/assets/imgs/footer/news.png', import.meta.url),
// },
- documentation: {
- active: new URL('@/assets/imgs/footer/quotes-active.png', import.meta.url),
- inactive: new URL('@/assets/imgs/footer/quotes.png', import.meta.url),
- },
+ // documentation: {
+ // active: new URL('@/assets/imgs/footer/quotes-active.png', import.meta.url),
+ // inactive: new URL('@/assets/imgs/footer/quotes.png', import.meta.url),
+ // },
trade: {
active: new URL('@/assets/imgs/footer/trade-active.png', import.meta.url),
inactive: new URL('@/assets/imgs/footer/trade.png', import.meta.url),
@@ -150,10 +150,10 @@
// active: new URL('@/assets/imgs/footer/funds-active.png', import.meta.url),
// inactive: new URL('@/assets/imgs/footer/funds.png', import.meta.url),
// },
- mine: {
- active: new URL('@/assets/imgs/footer/menu-active.png', import.meta.url),
- inactive: new URL('@/assets/imgs/footer/menu.png', import.meta.url),
- },
+ // mine: {
+ // active: new URL('@/assets/imgs/footer/menu-active.png', import.meta.url),
+ // inactive: new URL('@/assets/imgs/footer/menu.png', import.meta.url),
+ // },
assets: {
active: new URL('@/assets/imgs/footer/assets-active.png', import.meta.url),
inactive: new URL('@/assets/imgs/footer/assets.png', import.meta.url),
--
Gitblit v1.9.3