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