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