Commit 32e280c1 authored by dragondean@qq.com's avatar dragondean@qq.com

打印标签加超时时间

parent 83bc67d4
...@@ -68,6 +68,7 @@ export function printTag(id) { ...@@ -68,6 +68,7 @@ export function printTag(id) {
return request({ return request({
url: '/order/print/orderTagPrint?orderId=' + id, url: '/order/print/orderTagPrint?orderId=' + id,
method: 'get', method: 'get',
timeout: 3 * 60000
}) })
} }
......
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