feat-调整AI创建背景样式和AI接口超时时间

This commit is contained in:
zhang.weiwei
2025-03-11 16:59:55 +08:00
parent 20b96a4765
commit 3bc409517e
8 changed files with 42 additions and 13 deletions

View File

@@ -189,7 +189,8 @@ export function aiSampleMark(sn, data) {
return request({
url: `/console/surveys/${sn}/answer_mark_ai`,
method: 'post',
data
data,
timeout: 120000
});
}