From cf27ef231fcff69cabf028b4d03a4654b15aaba0 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 1 Apr 2026 16:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SecondaryNav.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SecondaryNav.vue b/src/components/SecondaryNav.vue index 721492a..51f62b6 100644 --- a/src/components/SecondaryNav.vue +++ b/src/components/SecondaryNav.vue @@ -56,10 +56,10 @@ export default { url: `/wallet/address`, label: this.$t('common.addressManagement'), }, - { - url: `/wallet/withdrawal`, - label: this.$t('common.c16'), - } + // { + // url: `/wallet/withdrawal`, + // label: this.$t('common.c16'), + // } ]; },