add 删除

This commit is contained in:
赵霄
2023-09-14 18:16:49 +08:00
parent 5239d48bce
commit d301c249c7
3 changed files with 23 additions and 3 deletions
+3 -1
View File
@@ -2,8 +2,10 @@ 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)
export {
addFile,
getList
getList,
deleteFile
}