From c0d804868674ce54abaf85682134c70fbb225493 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 05 Jun 2026 18:26:07 +0800
Subject: [PATCH] 1
---
src/views/my/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 7b9074f..abf3bc8 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -139,7 +139,6 @@
{ title: t('authVerify'), path: '/certificationCenter', icon: userIcon(1), rightText: status.value != null ? statusText(status.value) : undefined },
{ title: t('账变记录'), path: '/cryptos/accountChange', icon: userIcon(2) },
{ title: t('信用分'), path: '/my/creditScore', icon: userIcon(4) },
- { title: t('助力贷'), path: '/cryptos/loan', icon: userIcon(3) },
{ title: t('邀请推广'), path: '/promote', icon: userIcon(5) },
{ title: t('安全'), path: '/safety', icon: userIcon(6) },
{ title: t('language'), path: '/language', icon: userIcon(7), rightText: languageLabel.value },
--
Gitblit v1.9.3