From 150677138d8f644a7c571136668c10c8a0355eaf Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 14 Jan 2025 12:04:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=B8=AA=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userInfo/usercard/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/userInfo/usercard/index.vue b/src/views/userInfo/usercard/index.vue index 33f6fd1..af299c5 100644 --- a/src/views/userInfo/usercard/index.vue +++ b/src/views/userInfo/usercard/index.vue @@ -43,8 +43,8 @@ const menuItems = [ }, { icon: SafetyCertificateOutlined, - title: t('page.usercard.KYC'), - path: '/user/kyc' + title: t('page.usercard.kyc'), + path: '/userInfo/kyc' }, { icon: MobileOutlined,