Ver código fonte

Merge branch 'master' of http://192.168.40.220/dmc/jz_applet into master

yxb
wq 1 ano atrás
pai
commit
8b4845dabd

+ 3
- 3
composables/order/useOrderSkip.ts Ver arquivo

@@ -90,7 +90,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'}`);
@@ -157,8 +157,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) => {

+ 1
- 0
utils/network/api.js Ver arquivo

@@ -14,6 +14,7 @@ export const envs = {
},
//生产环境配置
production: {
// 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",

+ 2
- 2
utils/network/request.js Ver arquivo

@@ -59,8 +59,8 @@ export function request(code, options = {}, start = false) {
rbacSource: 'MINI_PROGRAM',
accessToken: getItem(StorageKeys.Token)
}
// options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn'
options.url = envs[process.env.NODE_ENV].baseUrl + '/ifzt/api/interfaceMidGroundIn'
options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn'
// options.url = envs[process.env.NODE_ENV].baseUrl + '/ifzt/api/interfaceMidGroundIn'
//默认json数据格式提交`
let contentType = 'application/x-www-form-urlencoded'


Carregando…
Cancelar
Salvar