From 81f81c71400e29f705c2e3cb171ab5ee9371f138 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 14 三月 2024 17:19:24 +0800 Subject: [PATCH] bug修改 --- src/api/list.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/api/list.js b/src/api/list.js index 806dd84..1b9fef7 100644 --- a/src/api/list.js +++ b/src/api/list.js @@ -62,5 +62,10 @@ }) } - - +// 删除文件 +export function deleteFile(id){ + return request({ + url: '/attachment/delete/' + id, + method: 'get' + }) +} \ No newline at end of file -- Gitblit v1.9.2