瀏覽代碼

1、gateway增加负载均衡
2、优化业务逻辑
3、业务数据量增大,优化查影响索引的查询

marxjaw 2 月之前
父節點
當前提交
6b3ebf97a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/dashboard.js

+ 1 - 1
src/api/dashboard.js

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