From cbff9285e884f4e81ec87f1c1e7da401436aea10 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 20 八月 2025 15:28:35 +0800
Subject: [PATCH] fix: 实名

---
 apps/cMiniApp/auto-imports.d.ts |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts
index 5702a8e..59dcbc3 100644
--- a/apps/cMiniApp/auto-imports.d.ts
+++ b/apps/cMiniApp/auto-imports.d.ts
@@ -75,6 +75,7 @@
   const unref: typeof import('vue')['unref']
   const useAccessLogin: typeof import('./src/hooks/access')['useAccessLogin']
   const useAccessPersonalInfo: typeof import('./src/hooks/access')['useAccessPersonalInfo']
+  const useAccessReal: typeof import('./src/hooks/access')['useAccessReal']
   const useAttrs: typeof import('vue')['useAttrs']
   const useAuth: typeof import('./src/hooks/user')['useAuth']
   const useCssModule: typeof import('vue')['useCssModule']
@@ -91,7 +92,6 @@
   const useSlots: typeof import('vue')['useSlots']
   const useSwitchTab: typeof import('./src/hooks/router')['useSwitchTab']
   const useTemplateRef: typeof import('vue')['useTemplateRef']
-  const useUpdateResume: typeof import('./src/hooks/user')['useUpdateResume']
   const useUser: typeof import('./src/hooks/user')['useUser']
   const useUserResume: typeof import('./src/hooks/user')['useUserResume']
   const watch: typeof import('vue')['watch']
@@ -187,7 +187,7 @@
     readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
     readonly unref: UnwrapRef<typeof import('vue')['unref']>
     readonly useAccessLogin: UnwrapRef<typeof import('./src/hooks/access')['useAccessLogin']>
-    readonly useAccessPersonalInfo: UnwrapRef<typeof import('./src/hooks/access')['useAccessPersonalInfo']>
+    readonly useAccessReal: UnwrapRef<typeof import('./src/hooks/access')['useAccessReal']>
     readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
     readonly useAuth: UnwrapRef<typeof import('./src/hooks/user')['useAuth']>
     readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
@@ -204,7 +204,6 @@
     readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
     readonly useSwitchTab: UnwrapRef<typeof import('./src/hooks/router')['useSwitchTab']>
     readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
-    readonly useUpdateResume: UnwrapRef<typeof import('./src/hooks/user')['useUpdateResume']>
     readonly useUser: UnwrapRef<typeof import('./src/hooks/user')['useUser']>
     readonly useUserResume: UnwrapRef<typeof import('./src/hooks/user')['useUserResume']>
     readonly watch: UnwrapRef<typeof import('vue')['watch']>

--
Gitblit v1.9.1