From e828c03f98ab0aec561cf88720f757a4fa055485 Mon Sep 17 00:00:00 2001 From: fangyunong Date: Fri, 18 Jul 2025 22:21:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- auto-imports.d.ts | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index aebcc71..b8e5bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +auto-imports.d.ts node_modules dist dist-ssr diff --git a/auto-imports.d.ts b/auto-imports.d.ts index af19dfd..a950714 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -7,8 +7,6 @@ export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] - const addChildMenu: typeof import('./src/api/menu')['addChildMenu'] - const addParentMenu: typeof import('./src/api/menu')['addParentMenu'] const addChildDict: typeof import('./src/api/dictApi')['addChildDict'] const addChildMenu: typeof import('./src/api/menu')['addChildMenu'] const addParentDict: typeof import('./src/api/dictApi')['addParentDict'] @@ -18,9 +16,6 @@ declare global { const customRef: typeof import('vue')['customRef'] const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] const defineComponent: typeof import('vue')['defineComponent'] - const deleteMenu: typeof import('./src/api/menu')['deleteMenu'] - const deleteUser: typeof import('./src/api/roleApi')['deleteUser'] - const editParentMenu: typeof import('./src/api/menu')['editParentMenu'] const deleteChildDict: typeof import('./src/api/dictApi')['deleteChildDict'] const deleteMenu: typeof import('./src/api/menu')['deleteMenu'] const deleteParentDict: typeof import('./src/api/dictApi')['deleteParentDict'] @@ -31,10 +26,6 @@ declare global { const enable: typeof import('./src/api/roleApi')['enable'] const enableRole: typeof import('./src/api/roleApi')['enableRole'] const getAllMenu: typeof import('./src/api/menu')['getAllMenu'] - const eidtChildMenu: typeof import('./src/api/menu')['eidtChildMenu'] - const enable: typeof import('./src/api/roleApi')['enable'] - const enableRole: typeof import('./src/api/roleApi')['enableRole'] - const getAllMenu: typeof import('./src/api/menu')['getAllMenu'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] const getDict: typeof import('./src/api/dictApi')['getDict']