提交修改

This commit is contained in:
RenCheng 2025-05-13 21:41:57 +08:00
parent e50a958f09
commit 4171f10bed

View File

@ -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);