fix : 修复细节

This commit is contained in:
2024-05-12 13:05:52 +08:00
parent 01021b640e
commit 48e5d82acb
4 changed files with 60 additions and 11 deletions

View File

@@ -34,3 +34,9 @@ export const addRequirement = (data) => {
data: data
});
};
export const deleteFile = (path) => {
return request({
url: '/process/file/delete/'+ path,
method: "delete"
});
};