From da4a2c509c7d9ecde64c3bf79f49f5c0de134329 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:25:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(realAuth):=20=E7=A7=BB=E9=99=A4=E5=AE=9E?= =?UTF-8?q?=E5=90=8D=E8=AE=A4=E8=AF=81=E4=B8=AD=E7=9A=84=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从认证方式列表中删除了身份证选项 - 保留了护照和其他证件选项 --- app/pages/realAuth/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/pages/realAuth/index.vue b/app/pages/realAuth/index.vue index 6e945f0..a9bb161 100644 --- a/app/pages/realAuth/index.vue +++ b/app/pages/realAuth/index.vue @@ -18,7 +18,6 @@ const {userInfo,selectedZone}= authStore() const active=ref(locale.value==='zh-CN'?0:1) const { t } = useI18n() const columns1 = ref([ - {text: t('realAuth.idCard'), value: '1'}, {text: t('realAuth.passport'), value: '2'}, {text: t('realAuth.other'), value: '3'}, ])