From 2c5e4638f84676fa1e3949a62212d2a4a97e784a Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 19 六月 2025 15:33:33 +0800 Subject: [PATCH] 转炉大模型功能完善 --- src/api/model/mpk/project.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/model/mpk/project.ts b/src/api/model/mpk/project.ts index 33f1cf6..06da4bf 100644 --- a/src/api/model/mpk/project.ts +++ b/src/api/model/mpk/project.ts @@ -21,8 +21,8 @@ } export const packageProject = (params) => { - // 超时时间两分钟 - return request.download({ url: '/model/mpk/file/packageModel', params, timeout: 2 * 60 * 1000 }) + // 超时时间十分钟 + return request.download({ url: '/model/mpk/file/packageModel', params, timeout: 10 * 60 * 1000 }) } export const list = () => { -- Gitblit v1.9.3