add 删除
This commit is contained in:
+3
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user