Commit 2f6cf88c authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

延长导出接口超时时间

parent 067f938d
......@@ -49,6 +49,7 @@ export function exportboxExcel(query) {
url: "/shipment/box/export-excel",
method: "get",
params: query,
timeout: 5 * 60000,
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