@@ -6,7 +6,7 @@ export function getIndexProfit(params) {
url: '/agent-service/index/profit',
method: 'get',
params,
- timeout: 60 * 1000
+ timeout: 180 * 1000
})
}