Commit b20024d5 authored by gengshaojing's avatar gengshaojing

update: 打印超时时间30秒

parent 9550f5c4
......@@ -178,7 +178,8 @@ export async function newGetSubShopList(params) {
// 打印订单
export async function newOrderPrint(params) {
const res = await axios.get("/api/v1/order/background/order_print", {
params
params,
timeout: 30000
});
return res;
}
......
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