From 7eb002b8aa27e616b8b98074bee97861ea922451 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 09 九月 2025 14:48:29 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- apps/cMiniApp/auto-imports.d.ts | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts index 4ff20fc..6ba5ad4 100644 --- a/apps/cMiniApp/auto-imports.d.ts +++ b/apps/cMiniApp/auto-imports.d.ts @@ -5,6 +5,7 @@ // Generated by unplugin-auto-import export {} declare global { + const APP_ENV: typeof import('./src/constants/app')['APP_ENV'] const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig'] const BackType: typeof import('./src/constants/enum')['BackType'] const EffectScope: typeof import('vue')['EffectScope'] @@ -75,6 +76,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'] @@ -82,6 +84,7 @@ const useGoLogin: typeof import('./src/hooks/user')['useGoLogin'] const useId: typeof import('vue')['useId'] const useIsLogin: typeof import('./src/hooks/user')['useIsLogin'] + const useLaunchOptions: typeof import('./src/hooks/app')['useLaunchOptions'] const useLink: typeof import('vue-router')['useLink'] const useLoginedJump: typeof import('./src/hooks/login')['useLoginedJump'] const useModel: typeof import('vue')['useModel'] @@ -92,6 +95,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'] @@ -116,6 +120,7 @@ import { UnwrapRef } from 'vue' declare module 'vue' { interface ComponentCustomProperties { + readonly APP_ENV: UnwrapRef<typeof import('./src/constants/app')['APP_ENV']> readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']> readonly BackType: UnwrapRef<typeof import('./src/constants/enum')['BackType']> readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> @@ -185,7 +190,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']> @@ -193,6 +198,7 @@ readonly useGoLogin: UnwrapRef<typeof import('./src/hooks/user')['useGoLogin']> readonly useId: UnwrapRef<typeof import('vue')['useId']> readonly useIsLogin: UnwrapRef<typeof import('./src/hooks/user')['useIsLogin']> + readonly useLaunchOptions: UnwrapRef<typeof import('./src/hooks/app')['useLaunchOptions']> readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']> readonly useLoginedJump: UnwrapRef<typeof import('./src/hooks/login')['useLoginedJump']> readonly useModel: UnwrapRef<typeof import('vue')['useModel']> @@ -203,6 +209,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