feat: file upload and remove
This commit is contained in:
@@ -8,3 +8,12 @@ export function initDatabase(param) {
|
||||
data: param,
|
||||
})
|
||||
}
|
||||
|
||||
// 文件移除
|
||||
export function fileRemove(param) {
|
||||
return request({
|
||||
url: '/common/file/remove',
|
||||
method: 'delete',
|
||||
data: param,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user