Commit 5471d9fb authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

延长导出接口超时时间

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