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']