From 2741faa785e7b7fbc42951d467d655f9490266e5 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期五, 01 三月 2024 08:56:13 +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