From d4034a42b997716517eae3a845925de04bfbbe66 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期五, 26 十二月 2025 19:59:51 +0800
Subject: [PATCH] 修改了代码
---
src/api/system/category.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/api/system/category.js b/src/api/system/category.js
index 4305f29..ece5264 100644
--- a/src/api/system/category.js
+++ b/src/api/system/category.js
@@ -50,3 +50,15 @@
method: 'delete'
})
}
+//瀵煎叆
+export function enload(data) {
+
+ return request({
+ url: '/system/category/importData',
+ method: 'post',
+ headers: {
+ 'Content-Type': 'multipart/form-data'
+ },
+ data: data
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.1