From 51fd8526debe7d0c6df7a6354f07610c79f64475 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 29 九月 2025 15:15:44 +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