From dce10d37ad35efe8ed1d39d6e5fcf7e4904381df Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Jun 2026 13:19:53 +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