From bb7f34e84dd41d8707f513dba21d5812fbeb5b3f Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 03 Sep 2025 14:02:51 +0800
Subject: [PATCH] 1

---
 src/views/homePage/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index 4aea90c..d82d293 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -105,7 +105,8 @@
     // { key: 8, name: t('卡券中心'), icon: new URL('@/assets/imgs/home/home_7.png', import.meta.url) },
     { key: 9, name: t('闪兑'), icon: new URL('@/assets/imgs/home/home_8.png', import.meta.url), path: '/cryptos/exchangePage' },
     // { key: 10, name: t('更多'), icon: new URL('@/assets/imgs/home/home_9.png', import.meta.url) },
-    { key: 11, name: "ICO", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
+
+    { key: 11, name: "ICO", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '/ICO/ico' },
     { key: 12, name: "C2C", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
 ]
 

--
Gitblit v1.9.3