From 2159432721bc2e74175d36ec0a9527b01d85beec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 15 Sep 2023 09:40:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/fileApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/fileApi.js b/src/api/fileApi.js index ce441b8..1a6f42d 100644 --- a/src/api/fileApi.js +++ b/src/api/fileApi.js @@ -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,