Commit ae1b92d9 authored by liwenhong's avatar liwenhong

update:配送路线订单导出线上host

parent 11d81f9a
......@@ -369,7 +369,7 @@ export default {
} else if (process.env.NODE_ENV == "test") {
ENV = "http://bp-test.ini.yidian-inc.com/";
} else {
ENV = "http://bp.ini.yidian-inc.com/";
ENV = "http://bp.int.yidian-inc.com/";
}
url && window.open(ENV + url);
},
......
......@@ -112,7 +112,7 @@ export function getOrderExportURL(eventId, type) {
}else if(process.env.NODE_ENV == "test"){
ENV = "http://bp-test.ini.yidian-inc.com/"
}else{
ENV = "http://bp.ini.yidian-inc.com/"
ENV = "http://bp.int.yidian-inc.com/"
}
return `${ENV}order/oldbackground/order_export?marketing_id=${eventId}&type=${type}`;
}
......@@ -190,7 +190,7 @@ export function newGetOrderExportURL(eventId, type) {
}else if(process.env.NODE_ENV == "test"){
ENV = "http://bp-test.ini.yidian-inc.com/"
}else{
ENV = "http://bp.ini.yidian-inc.com/"
ENV = "http://bp.int.yidian-inc.com/"
}
return `${ENV}order/background/order_export?marketing_id=${eventId}&type=${type}`;
}
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