Commit dc66a6d9 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

延长提单下载的超时时间

parent 1f3b2bd2
......@@ -191,7 +191,7 @@ export function zipDownload(params) {
url: "/shipment/make-bill-of-lading/zipDownload",
responseType: "blob",
method: "get",
timeout: 30000,
timeout: 120000,
params,
});
}
......
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