Commit 56233e2f authored by 吴春's avatar 吴春

提交代码

parent 6fa68d4d
......@@ -69,7 +69,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxcf0727a7c78b501e",
"appid" : "wx5564525562e92ddb",
"setting" : {
"urlCheck" : false,
"minified" : false
......
......@@ -817,7 +817,7 @@
icon: 'none'
})
this.apipost(
"b2b_get_GetB2BTravelPageList",
"b2b_get_GetLXYTravelPageList",
this.msg,
res => {
if (res.resultCode == 1) {
......
......@@ -196,7 +196,7 @@
icon:'none'
})
this.apipost(
"b2b_get_GetB2BTravelPageList",
"b2b_get_GetLXYTravelPageList",
this.msg,
res => {
uni.hideLoading();
......
......@@ -5,8 +5,8 @@ export default {
Vue.prototype.host2 = "http://192.168.10.226:5004"
Vue.prototype.host3 = "http://192.168.10.226"
//Vue.prototype.host2 = "https://erpmallapi.oytour.com"
//Vue.prototype.host3 = "https://reborn.oytour.com"
Vue.prototype.host2 = "https://erpmallapi.oytour.com"
Vue.prototype.host3 = "https://reborn.oytour.com"
Vue.prototype.request = function(param, success, failed) {
//网络请求
......@@ -297,10 +297,12 @@ export default {
};
break;
case 2: //旅小友-微信
//wx5564525562e92ddb
//wxcf0727a7c78b501e
appObj = {
AppId: 'wx5564525562e92ddb',
TenantId: 12,
MallBaseId: 2,
TenantId: 29,
MallBaseId: 19,
};
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment