修改智能标注平台超时返回的错误,设置为无限超时

This commit is contained in:
weiweiw 2025-01-23 16:01:42 +08:00
parent 998bab5853
commit 2765ae88da
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export function autoAnnotate(data) {
url: '/ai/intelligentAnnotation/annotate',
method: 'post',
data:data,
timeout: 60000
timeout: 0//修改超时返回报错,设置为无限超时
})
}