feat:更新依赖

This commit is contained in:
fangyunong 2025-07-18 22:21:33 +08:00
parent 0d9b6589c7
commit e828c03f98
2 changed files with 1 additions and 10 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
auto-imports.d.ts
node_modules node_modules
dist dist
dist-ssr dist-ssr

9
auto-imports.d.ts vendored
View File

@ -7,8 +7,6 @@
export {} export {}
declare global { declare global {
const EffectScope: typeof import('vue')['EffectScope'] 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 addChildDict: typeof import('./src/api/dictApi')['addChildDict']
const addChildMenu: typeof import('./src/api/menu')['addChildMenu'] const addChildMenu: typeof import('./src/api/menu')['addChildMenu']
const addParentDict: typeof import('./src/api/dictApi')['addParentDict'] const addParentDict: typeof import('./src/api/dictApi')['addParentDict']
@ -18,9 +16,6 @@ declare global {
const customRef: typeof import('vue')['customRef'] const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent'] 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 deleteChildDict: typeof import('./src/api/dictApi')['deleteChildDict']
const deleteMenu: typeof import('./src/api/menu')['deleteMenu'] const deleteMenu: typeof import('./src/api/menu')['deleteMenu']
const deleteParentDict: typeof import('./src/api/dictApi')['deleteParentDict'] const deleteParentDict: typeof import('./src/api/dictApi')['deleteParentDict']
@ -31,10 +26,6 @@ declare global {
const enable: typeof import('./src/api/roleApi')['enable'] const enable: typeof import('./src/api/roleApi')['enable']
const enableRole: typeof import('./src/api/roleApi')['enableRole'] const enableRole: typeof import('./src/api/roleApi')['enableRole']
const getAllMenu: typeof import('./src/api/menu')['getAllMenu'] 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 getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope'] const getCurrentScope: typeof import('vue')['getCurrentScope']
const getDict: typeof import('./src/api/dictApi')['getDict'] const getDict: typeof import('./src/api/dictApi')['getDict']