From 2765ae88daf9a613f95a94d3c481a9037029281d Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Thu, 23 Jan 2025 16:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=99=BA=E8=83=BD=E6=A0=87?= =?UTF-8?q?=E6=B3=A8=E5=B9=B3=E5=8F=B0=E8=B6=85=E6=97=B6=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=EF=BC=8C=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E6=97=A0=E9=99=90=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dataCenter/ailabelservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dataCenter/ailabelservice.js b/src/api/dataCenter/ailabelservice.js index e2b333f8..af84972b 100644 --- a/src/api/dataCenter/ailabelservice.js +++ b/src/api/dataCenter/ailabelservice.js @@ -53,7 +53,7 @@ export function autoAnnotate(data) { url: '/ai/intelligentAnnotation/annotate', method: 'post', data:data, - timeout: 60000 + timeout: 0//修改超时返回报错,设置为无限超时 }) }