Commit 2207e1f7 authored by 黄奎's avatar 黄奎

页面修改

parent 31a5a3de
......@@ -4,6 +4,7 @@ export default {
//Vue.prototype.host2 = "http://192.168.10.128:8200"
//Vue.prototype.host3 = "http://192.168.10.128:8900"//本地
Vue.prototype.host2 = "https://mallApi.oytour.com"//测试
Vue.prototype.host2 = "http://192.168.10.68:5000"
//进阶思维后台地址
//Vue.prototype.host3 = "http://192.168.10.128:8900"//本地
Vue.prototype.host3 = "https://jjeduapi.oytour.com"//测试
......@@ -144,7 +145,6 @@ export default {
if (u) {
this.getLogin_t(u)
}
} else if (res.data.Code == 0) {
} else if (res.data.Code != 1) {
......@@ -155,8 +155,6 @@ export default {
icon: "none",
});
}
typeof failed == "function" && failed(res);
} else {
typeof success == "function" && success(res);
......@@ -306,6 +304,13 @@ export default {
MallBaseId: 17,
};
break;
case 14:
appObj = { //和平航旅
AppId: 'wx5564525562e92ddb',
TenantId: 29,
MallBaseId: 19,
};
break;
}
return appObj;
}
......
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