Commit baaf454e authored by liwenhong's avatar liwenhong

Merge branch 'release-activity' into test

parents f7ec94d7 65150202
...@@ -184,13 +184,13 @@ export async function newOrderRefundReject(params) { ...@@ -184,13 +184,13 @@ export async function newOrderRefundReject(params) {
// 导出订单 // 导出订单
export function newGetOrderExportURL(eventId, type) { export function newGetOrderExportURL(eventId, type) {
var ENV; var ENV = http://bp.ini.yidian-inc.com/;
if(process.env.NODE_ENV == "development"){ // if(process.env.NODE_ENV == "development"){
ENV = "http://bp-dev.ini.yidian-inc.com/" // ENV = "http://bp-dev.ini.yidian-inc.com/"
}else if(process.env.NODE_ENV == "test"){ // }else if(process.env.NODE_ENV == "test"){
ENV = "http://bp-test.ini.yidian-inc.com/" // ENV = "http://bp-test.ini.yidian-inc.com/"
}else{ // }else{
ENV = "http://bp.ini.yidian-inc.com/" // ENV = "http://bp.ini.yidian-inc.com/"
} // }
return `${ENV}order/background/order_export?marketing_id=${eventId}&type=${type}`; 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