From 9a9d832dbd364557e070abcd9a7779a2c6c07ffb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 17:35:13 +0800
Subject: [PATCH] 1
---
src/views/homePage/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index e8781fe..9b2ccbe 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -284,13 +284,13 @@
// icon2: new URL('@/assets/imgs/home/home_10b.png', import.meta.url),
// path: '/customerService'
// },
- {
- key: 9,
- name: t('申购'),
- icon: new URL('@/assets/img/img.png', import.meta.url),
- icon2: new URL('@/assets/imgs/home/home_12b.png', import.meta.url),
- path: '/ICO/ico'
- },
+ // {
+ // key: 9,
+ // name: t('申购'),
+ // icon: new URL('@/assets/img/img.png', import.meta.url),
+ // icon2: new URL('@/assets/imgs/home/home_12b.png', import.meta.url),
+ // path: '/ICO/ico'
+ // },
{
key: 9,
name: t('C2C'),
--
Gitblit v1.9.3