From c743612b8129a6221c13b865fcd0b112b84afc38 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 19 八月 2025 15:25:58 +0800
Subject: [PATCH] fix: bug

---
 apps/cMiniApp/src/subpackages/authentication/authenticationRealName/authenticationRealName.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/authenticationRealName.vue b/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/authenticationRealName.vue
new file mode 100644
index 0000000..1dc69e3
--- /dev/null
+++ b/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/authenticationRealName.vue
@@ -0,0 +1,14 @@
+<template>
+  <PageLayout title="瀹炲悕璁よ瘉" class="authenticationRealName-page-wrapper" hasBorder>
+    <InnerPage />
+  </PageLayout>
+</template>
+
+<script setup lang="ts">
+import { PageLayout } from '@/components';
+import InnerPage from './InnerPage.vue';
+
+defineOptions({
+  name: 'authenticationRealName',
+});
+</script>

--
Gitblit v1.9.1