Commit 203a080c authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

延长导出接口超时时间

parent 0890abfa
......@@ -5,6 +5,7 @@ export function listOperateLog(query) {
return request({
url: '/system/operate-log/page',
method: 'get',
timeout: 5*6000,
params: query
})
}
......@@ -15,6 +16,7 @@ export function exportOperateLog(query) {
url: '/system/operate-log/export',
method: 'get',
params: query,
timeout: 5*6000,
responseType: 'blob'
})
}
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