From daccfb7928e41005e8e31073100442e1e423ea5c Mon Sep 17 00:00:00 2001
From: liuleilei <234@qq.com>
Date: 星期一, 25 十二月 2023 15:20:01 +0800
Subject: [PATCH] 商品导入修改
---
company_admin/src/api/system/common.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/company_admin/src/api/system/common.js b/company_admin/src/api/system/common.js
index 938f726..53d23a4 100644
--- a/company_admin/src/api/system/common.js
+++ b/company_admin/src/api/system/common.js
@@ -40,4 +40,9 @@
// 瀵煎叆妯℃澘
export function importExcel (data) {
return request.post('/business/goods/importExcel', data)
+}
+
+// 涓婁紶鎺ュ彛
+export function upload (data) {
+ return request.post('/public/upload', data)
}
\ No newline at end of file
--
Gitblit v1.9.3