From cc7f03bcbb427ce334f6935311d22f36a61c21fd Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Thu, 20 Jul 2023 11:52:48 +0800
Subject: [PATCH] 修改“我发布的”,为本级发出
---
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