mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-17 23:44:04 +00:00
fix: 文件删除报错
This commit is contained in:
@@ -45,7 +45,7 @@ export const update = (obj: UpdateFileInfo) => {
|
||||
* 删除
|
||||
*/
|
||||
export const del = (id) => {
|
||||
return defHttp.delete({
|
||||
return defHttp.post({
|
||||
url: '/file/delete',
|
||||
params: { id },
|
||||
})
|
||||
|
Reference in New Issue
Block a user