优化出厂bug

This commit is contained in:
wuxw 2025-07-08 11:20:35 +08:00
parent de449eb1fe
commit f5ea0f4ba9
3 changed files with 6 additions and 6 deletions

View File

@ -168,7 +168,7 @@ import { getCommunityId } from '../../api/community/community.js';
this.cancel();
uni.navigateTo({
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
'&machineCode=' + _curMachine.machineCode + 'paNum=' + _that.paNum + "&boxId=" +
'&machineCode=' + _curMachine.machineCode + '&paNum=' + _that.paNum + "&boxId=" +
_curMachine.boxId
})
},
@ -185,7 +185,7 @@ import { getCommunityId } from '../../api/community/community.js';
this.cancel();
uni.navigateTo({
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
"&machineCode=" + _curMachine.machineCode + "paNum=" + this.paNum + "&boxId=" +
"&machineCode=" + _curMachine.machineCode + "&paNum=" + this.paNum + "&boxId=" +
_curMachine.boxId
})
}

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用
let QQMapKey = '';
let commonBaseUrl= 'https://wuye.guanghuawuye.com/';
let commonBaseUrl= 'http://wuye.bazhuayuwulianwang.cn/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'https://wuye.guanghuawuye.com/';
let baseUrl = 'http://wuye.bazhuayuwulianwang.cn/';
// #endif
//app支付时这里需要填写支付秘钥

View File

@ -87,12 +87,12 @@
"disableHostCheck" : true,
"proxy" : {
"/app" : {
"target" : "http://127.0.0.1:8008", //http://192.168.1.16:8012
"target" : "http://property.x2wl.com", //http://192.168.1.16:8012
"changeOrigin" : true, //
"secure" : true // https
},
"/callComponent" : {
"target" : "http://127.0.0.1:8008", //http://192.168.1.16:8012
"target" : "http://property.x2wl.com", //http://192.168.1.16:8012
"changeOrigin" : true, //
"secure" : true // https
}