Commit 54222e7f authored by liwenhong's avatar liwenhong

update:新订单生产导出接口

parent 72e9e34e
...@@ -363,7 +363,7 @@ export default { ...@@ -363,7 +363,7 @@ export default {
// 下载路线 // 下载路线
handleDownload(url) { handleDownload(url) {
// url && window.open("http://bp-dev.ini.yidian-inc.com" + url); // url && window.open("http://bp-dev.ini.yidian-inc.com" + url);
var ENV = "http://bp.ini.yidian-inc.com/"; var ENV = "http://bp.int.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") {
......
...@@ -106,7 +106,7 @@ export async function orderRefundReject(params) { ...@@ -106,7 +106,7 @@ export async function orderRefundReject(params) {
// 导出订单 // 导出订单
export function getOrderExportURL(eventId, type) { export function getOrderExportURL(eventId, type) {
var ENV = "http://bp.ini.yidian-inc.com/"; var ENV = "http://bp.int.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"){
...@@ -184,7 +184,7 @@ export async function newOrderRefundReject(params) { ...@@ -184,7 +184,7 @@ export async function newOrderRefundReject(params) {
// 导出订单 // 导出订单
export function newGetOrderExportURL(eventId, type) { export function newGetOrderExportURL(eventId, type) {
var ENV = 'http://bp.ini.yidian-inc.com/' var ENV = 'http://bp.int.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"){
......
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