Commit 8e8d4947 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

延长日志请求时间

parent f4f0e201
...@@ -5,7 +5,9 @@ export function getApiAccessLogPage(query) { ...@@ -5,7 +5,9 @@ export function getApiAccessLogPage(query) {
return request({ return request({
url: '/infra/api-access-log/page', url: '/infra/api-access-log/page',
method: 'get', method: 'get',
timeout: 1000*60*3,
params: query params: query
}) })
} }
......
...@@ -13,6 +13,7 @@ export function getApiErrorLogPage(query) { ...@@ -13,6 +13,7 @@ export function getApiErrorLogPage(query) {
return request({ return request({
url: '/infra/api-error-log/page', url: '/infra/api-error-log/page',
method: 'get', method: 'get',
timeout: 1000*60*3,
params: query params: query
}) })
} }
......
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