// #ifdef MP-WEIXIN | // #ifdef MP-WEIXIN | ||||
url = `/subpackage/orders/essential-information`; | url = `/subpackage/orders/essential-information`; | ||||
// #endif | // #endif | ||||
} | } | ||||
console.log("url", url) | console.log("url", url) | ||||
navTo(`${url}?orderId=${orderInfo.orderId}&clientFee=${orderInfo.amount}&id=${orderInfo.productId}&vehiclePlateColor=${orderInfo.vehiclePlateColor}&fromOrder=true&type=${orderInfo.type}&userType=${orderInfo.userType === 'PERSONAL_USER' ? '1' : '2'}`); | navTo(`${url}?orderId=${orderInfo.orderId}&clientFee=${orderInfo.amount}&id=${orderInfo.productId}&vehiclePlateColor=${orderInfo.vehiclePlateColor}&fromOrder=true&type=${orderInfo.type}&userType=${orderInfo.userType === 'PERSONAL_USER' ? '1' : '2'}`); | ||||
const gotoEvaluateSalesman = (orderInfo : any) => { | const gotoEvaluateSalesman = (orderInfo : any) => { | ||||
navTo(`/subpackage/orders/order-evaluate-salesman?id=${orderInfo.id}&orderId=${orderInfo.orderId}`); | navTo(`/subpackage/orders/order-evaluate-salesman?id=${orderInfo.id}&orderId=${orderInfo.orderId}`); | ||||
} | } | ||||
//查看物流 | //查看物流 | ||||
const gotoCheckLogistics = (orderInfo : any) => { | const gotoCheckLogistics = (orderInfo : any) => { |
//开发环境配置 | //开发环境配置 | ||||
development: { | development: { | ||||
// baseUrl: "https://qtzl.etcjz.cn", | // baseUrl: "https://qtzl.etcjz.cn", | ||||
baseUrl: "http://192.168.124.6:8087", | |||||
// baseUrl: "https://trial.etcjz.cn", | |||||
// baseUrl: "http://192.168.124.6:8087", | |||||
baseUrl: "https://trial.etcjz.cn", | |||||
// baseUrl: "http://192.168.100.158:8085", | // baseUrl: "http://192.168.100.158:8085", | ||||
}, | }, | ||||
//生产环境配置 | //生产环境配置 | ||||
production: { | production: { | ||||
baseUrl: "http://192.168.124.6:8087", | |||||
// baseUrl: "http://192.168.124.6:8087", | |||||
// baseUrl: "http://222.85.144.89:19002", | // baseUrl: "http://222.85.144.89:19002", | ||||
// baseUrl: "http://192.168.100.158:8085/html/", | // baseUrl: "http://192.168.100.158:8085/html/", | ||||
// baseUrl: "https://qtzl.etcjz.cn", | // baseUrl: "https://qtzl.etcjz.cn", | ||||
// baseUrl: "https://trial.etcjz.cn", | |||||
baseUrl: "https://trial.etcjz.cn", | |||||
// baseUrl: "http://192.168.100.158:8085", | // baseUrl: "http://192.168.100.158:8085", | ||||
}, | }, | ||||
} | } |