提交修改
This commit is contained in:
parent
e50a958f09
commit
4171f10bed
|
@ -4,7 +4,7 @@ import { getAction, deleteAction, putAction, postAction, httpAction,uploadAction
|
||||||
const downloadFile = (params)=>httpAction("/file/downloadFile",params);
|
const downloadFile = (params)=>httpAction("/file/downloadFile",params);
|
||||||
const filePreview = (params)=>getAction("/file/filePreview",params);
|
const filePreview = (params)=>getAction("/file/filePreview",params);
|
||||||
const logicDeleteFile = (params)=>deleteAction("/file/logicDeleteFile",params);
|
const logicDeleteFile = (params)=>deleteAction("/file/logicDeleteFile",params);
|
||||||
const pageList = (params)=>getAction("/file/pageList",params);
|
const pageList = (params)=>getAction("/file/pageListByEs",params);
|
||||||
const uoloadFile = (params)=>uploadAction("/file/uoloadFile",params);
|
const uoloadFile = (params)=>uploadAction("/file/uoloadFile",params);
|
||||||
const verifyFileExist = (params)=>getAction("/file/verifyFileExist",params);
|
const verifyFileExist = (params)=>getAction("/file/verifyFileExist",params);
|
||||||
const fullTextSearching = (params)=>getAction("/file/fullTextSearching",params);
|
const fullTextSearching = (params)=>getAction("/file/fullTextSearching",params);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user