From 882c04207fdc667b0be8dc347e320d0414eedb94 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期二, 16 九月 2025 22:27:11 +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