From f5d865ccc34b43cf3769c05ff4226b2285763726 Mon Sep 17 00:00:00 2001 From: Caojr Date: Tue, 4 Nov 2025 13:47:02 +0800 Subject: [PATCH] =?UTF-8?q?szx-1282=20=E5=A2=9E=E5=8A=A0=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/courseFile.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/api/modules/courseFile.js b/src/api/modules/courseFile.js index ee84dd57..ac14a174 100644 --- a/src/api/modules/courseFile.js +++ b/src/api/modules/courseFile.js @@ -22,7 +22,7 @@ const pageList = function(data) { /** * 选择课件的查询,这里也是分页查询,只是返回的内容,字段会很少,用于课件制作那选择已有课件内容。 - * + * * @param {Object} data * 查询参数如上面pageList方法 */ @@ -47,7 +47,9 @@ const findList = function(data) { } */ const saveUpload = function(data) { - return ajax.post('/xboe/m/course/file/upload/save', data); + return ajax.post('/xboe/m/course/file/upload/save', data, { + timeout: 60000 + }); } /** @@ -88,4 +90,4 @@ export default { batchUpdate, detail, delFile -} \ No newline at end of file +}