2
0

feat:提交补充

This commit is contained in:
zhongzm
2025-06-19 16:04:47 +08:00
parent b9ef0e4e3f
commit f62bc444ce

View File

@@ -90,6 +90,7 @@ declare global {
const doPostUser: typeof import('../service/api/user')['doPostUser']
const doPutRole: typeof import('../service/api/role')['doPutRole']
const doPutUser: typeof import('../service/api/user')['doPutUser']
const downloadBill: typeof import('../service/api/auth')['downloadBill']
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const effectScope: typeof import('vue')['effectScope']
const emptyInfo: typeof import('../store/modules/auth/shared')['emptyInfo']