index.vue 207 B

12345678
  1. <!-- 实名认证 -->
  2. <template>
  3. <PageView :show-example="false" :age-check="false" />
  4. </template>
  5. <script lang="ts" setup>
  6. import PageView from '@mobile/views/account/certification/Index.vue'
  7. </script>