Commit 10eb8b03 by yzh

fix:修改接口响应时间

parent 0fee9d73
...@@ -8,7 +8,8 @@ export function getStatsDataList(params: QueryParams): Promise<ApiResponse> { ...@@ -8,7 +8,8 @@ export function getStatsDataList(params: QueryParams): Promise<ApiResponse> {
url: dataApi.dataStatistics, url: dataApi.dataStatistics,
method: POST, method: POST,
params, params,
}) as unknown as Promise<ApiResponse>; timeout: 60000, // 一分钟
} as any) as unknown as Promise<ApiResponse>;
} }
// 获取爬虫任务列表 // 获取爬虫任务列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment