From cfd7489f6fc62f845f9479404e13609c59c56852 Mon Sep 17 00:00:00 2001 From: 王恒 <318726284@qq.com> Date: 星期五, 18 七月 2025 14:34:52 +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