From f62bc444ce8c9ee60a7bc2e318d4fcff0cceb7e8 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Thu, 19 Jun 2025 16:04:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8F=90=E4=BA=A4=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/auto-imports.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/typings/auto-imports.d.ts b/src/typings/auto-imports.d.ts index 5bce79e..484a9f1 100644 --- a/src/typings/auto-imports.d.ts +++ b/src/typings/auto-imports.d.ts @@ -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']