修改超时时间

This commit is contained in:
zhonghua.li
2026-05-21 16:18:25 +08:00
parent e7ecb0a9a6
commit 0a2efaaf11
2 changed files with 4 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ export function calculateReportByDateAndTenant(reportDate, tenantId) {
return request({
url: '/lbDailyUserTrade/calculate-report/by-date-and-tenant',
method: 'post',
timeout: 2 * 60 * 1000,
timeout: 3 * 60 * 1000,
params: {
reportDate,
tenantId