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'},
 ])