update 删除

This commit is contained in:
赵霄
2023-09-15 09:40:07 +08:00
parent d301c249c7
commit 2159432721
+1 -1
View File
@@ -2,7 +2,7 @@ import { getAction, postAction } from './manage.js'
const addFile = (params) => getAction('/onlyoffice/saveEditFile', params)
const getList = (params) => getAction('/onlyoffice/pageList', params)
const deleteFile = (params) => postAction('', params)
const deleteFile = (params) => postAction('/onlyoffice/delete', params)
export {
addFile,