mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-11 06:07:28 +08:00
优化出厂bug
This commit is contained in:
parent
de449eb1fe
commit
f5ea0f4ba9
@ -168,7 +168,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
|||||||
this.cancel();
|
this.cancel();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
|
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
|
||||||
'&machineCode=' + _curMachine.machineCode + 'paNum=' + _that.paNum + "&boxId=" +
|
'&machineCode=' + _curMachine.machineCode + '&paNum=' + _that.paNum + "&boxId=" +
|
||||||
_curMachine.boxId
|
_curMachine.boxId
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@ -185,7 +185,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
|||||||
this.cancel();
|
this.cancel();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
|
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
|
||||||
"&machineCode=" + _curMachine.machineCode + "paNum=" + this.paNum + "&boxId=" +
|
"&machineCode=" + _curMachine.machineCode + "&paNum=" + this.paNum + "&boxId=" +
|
||||||
_curMachine.boxId
|
_curMachine.boxId
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,12 +17,12 @@ let baseUrl = '/';
|
|||||||
|
|
||||||
// 腾讯地图Key, h5使用
|
// 腾讯地图Key, h5使用
|
||||||
let QQMapKey = '';
|
let QQMapKey = '';
|
||||||
let commonBaseUrl= 'https://wuye.guanghuawuye.com/';
|
let commonBaseUrl= 'http://wuye.bazhuayuwulianwang.cn/';
|
||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
//let baseUrl = 'http://demo.homecommunity.cn/';
|
//let baseUrl = 'http://demo.homecommunity.cn/';
|
||||||
let baseUrl = 'https://wuye.guanghuawuye.com/';
|
let baseUrl = 'http://wuye.bazhuayuwulianwang.cn/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
//app支付时这里需要填写支付秘钥
|
//app支付时这里需要填写支付秘钥
|
||||||
|
|||||||
@ -87,12 +87,12 @@
|
|||||||
"disableHostCheck" : true,
|
"disableHostCheck" : true,
|
||||||
"proxy" : {
|
"proxy" : {
|
||||||
"/app" : {
|
"/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, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
},
|
},
|
||||||
"/callComponent" : {
|
"/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, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user