From 1383f2e83f0830ed8120ac136d74c307f69b9671 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 21 Oct 2025 10:42:35 +0800
Subject: [PATCH] 1
---
src/views/homePage/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index db02613..c80b301 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -125,6 +125,7 @@
// { key: 12, name: "C2C", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '/wantBuy' },
// { key: 13, name: t('质押'), icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
{ key: 14, name: t('onLineService'), icon: new URL('@/assets/imgs/home/home_10.png', import.meta.url), path: '/customerService' },
+ { key: 15, name: t('MCB白皮书'), icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '/aboutUs?serviceTerm=28' },
]
// 获取公告数据
--
Gitblit v1.9.3