From 9808f4c6bc19804139b38f4140ce8497ee4fd5a8 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 14 八月 2024 17:54:43 +0800 Subject: [PATCH] 修改文件下载 --- src/api/system/company/company.ts | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/api/system/company/company.ts b/src/api/system/company/company.ts index b5f4244..79d283e 100644 --- a/src/api/system/company/company.ts +++ b/src/api/system/company/company.ts @@ -349,4 +349,12 @@ url: `/enforce/company/log/${data.delId}`, method: 'DELETE', }) -} \ No newline at end of file +} + +// // downloadQrcode +// export function downloadQrcode(data) { +// return request({ +// url: '/system/company/downloadQrcode', +// method: 'get' +// }) +// } \ No newline at end of file -- Gitblit v1.9.1