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

提交代码

parent 6fa68d4d
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxcf0727a7c78b501e", "appid" : "wx5564525562e92ddb",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : false "minified" : false
......
...@@ -817,7 +817,7 @@ ...@@ -817,7 +817,7 @@
icon: 'none' icon: 'none'
}) })
this.apipost( this.apipost(
"b2b_get_GetB2BTravelPageList", "b2b_get_GetLXYTravelPageList",
this.msg, this.msg,
res => { res => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
......
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
icon:'none' icon:'none'
}) })
this.apipost( this.apipost(
"b2b_get_GetB2BTravelPageList", "b2b_get_GetLXYTravelPageList",
this.msg, this.msg,
res => { res => {
uni.hideLoading(); uni.hideLoading();
......
...@@ -5,8 +5,8 @@ export default { ...@@ -5,8 +5,8 @@ export default {
Vue.prototype.host2 = "http://192.168.10.226:5004" Vue.prototype.host2 = "http://192.168.10.226:5004"
Vue.prototype.host3 = "http://192.168.10.226" Vue.prototype.host3 = "http://192.168.10.226"
//Vue.prototype.host2 = "https://erpmallapi.oytour.com" Vue.prototype.host2 = "https://erpmallapi.oytour.com"
//Vue.prototype.host3 = "https://reborn.oytour.com" Vue.prototype.host3 = "https://reborn.oytour.com"
Vue.prototype.request = function(param, success, failed) { Vue.prototype.request = function(param, success, failed) {
//网络请求 //网络请求
...@@ -297,10 +297,12 @@ export default { ...@@ -297,10 +297,12 @@ export default {
}; };
break; break;
case 2: //旅小友-微信 case 2: //旅小友-微信
//wx5564525562e92ddb
//wxcf0727a7c78b501e
appObj = { appObj = {
AppId: 'wx5564525562e92ddb', AppId: 'wx5564525562e92ddb',
TenantId: 12, TenantId: 29,
MallBaseId: 2, MallBaseId: 19,
}; };
break; 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