@@ -85,7 +85,7 @@ export default function useOrderSkip() { | |||
// #ifdef MP-WEIXIN | |||
url = `/subpackage/orders/essential-information`; | |||
// #endif | |||
} | |||
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'}`); | |||
@@ -152,8 +152,8 @@ export default function useOrderSkip() { | |||
const gotoEvaluateSalesman = (orderInfo : any) => { | |||
navTo(`/subpackage/orders/order-evaluate-salesman?id=${orderInfo.id}&orderId=${orderInfo.orderId}`); | |||
} | |||
//查看物流 | |||
const gotoCheckLogistics = (orderInfo : any) => { |
@@ -8,17 +8,17 @@ export const envs = { | |||
//开发环境配置 | |||
development: { | |||
// 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", | |||
}, | |||
//生产环境配置 | |||
production: { | |||
baseUrl: "http://192.168.124.6:8087", | |||
// baseUrl: "http://192.168.124.6:8087", | |||
// baseUrl: "http://222.85.144.89:19002", | |||
// baseUrl: "http://192.168.100.158:8085/html/", | |||
// baseUrl: "https://qtzl.etcjz.cn", | |||
// baseUrl: "https://trial.etcjz.cn", | |||
baseUrl: "https://trial.etcjz.cn", | |||
// baseUrl: "http://192.168.100.158:8085", | |||
}, | |||
} |