From 3d420288a6683988f445e653378db27cd80c863e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 20 八月 2025 11:22:35 +0800 Subject: [PATCH] fix: 实名 --- apps/cMiniApp/auto-imports.d.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts index 4ff20fc..2dff87e 100644 --- a/apps/cMiniApp/auto-imports.d.ts +++ b/apps/cMiniApp/auto-imports.d.ts @@ -92,6 +92,7 @@ const useSwitchTab: typeof import('./src/hooks/router')['useSwitchTab'] const useTemplateRef: typeof import('vue')['useTemplateRef'] const useUser: typeof import('./src/hooks/user')['useUser'] + const useUserResume: typeof import('./src/hooks/user')['useUserResume'] const watch: typeof import('vue')['watch'] const watchEffect: typeof import('vue')['watchEffect'] const watchPostEffect: typeof import('vue')['watchPostEffect'] @@ -185,7 +186,6 @@ 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 useAttrs: UnwrapRef<typeof import('vue')['useAttrs']> readonly useAuth: UnwrapRef<typeof import('./src/hooks/user')['useAuth']> readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']> @@ -203,6 +203,7 @@ readonly useSwitchTab: UnwrapRef<typeof import('./src/hooks/router')['useSwitchTab']> readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']> 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']> readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']> readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']> -- Gitblit v1.9.1