From a814fec106cb2d3b06941cde801333182824970d Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 26 九月 2025 09:54:56 +0800 Subject: [PATCH] fix: 日志管理 --- auto-imports.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index f51352d..3399137 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -6,6 +6,7 @@ // biome-ignore lint: disable export {} declare global { + const AlipayExpandindirectSceneList: typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList'] const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig'] const AppType: typeof import('./src/constants/app')['AppType'] const AreaType: typeof import('./src/constants/enum')['AreaType'] @@ -315,6 +316,7 @@ declare module 'vue' { interface GlobalComponents {} interface ComponentCustomProperties { + readonly AlipayExpandindirectSceneList: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList']> readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']> readonly AppType: UnwrapRef<typeof import('./src/constants/app')['AppType']> readonly AreaType: UnwrapRef<typeof import('./src/constants/enum')['AreaType']> -- Gitblit v1.9.1