From 27087cf06cc50699e2b89fff1060486cf0e84379 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期三, 14 八月 2024 17:11:39 +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