Commit 1a588bc7 authored by Mac's avatar Mac

1

parent 0b001788
......@@ -72,11 +72,11 @@
"minified" : false
},
"usingComponents" : true,
"permission" : {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
}
},
"mp-alipay" : {
"usingComponents" : true
......
......@@ -84,20 +84,20 @@
}
]
},
// {
// "root": "pages/live", //赞羊、甲鹤、罗演的杂货铺
// "plugins": {
// "live-player-plugin": {
// "version": "1.3.2",
// "provider": "wx2b03c6e691cd7370"
// }
// },
// "pages": [{
// "path": "index"
// }, {
// "path": "share"
// }]
// },
{
"root": "pages/live", //赞羊、甲鹤、罗演的杂货铺
"plugins": {
"live-player-plugin": {
"version": "1.3.2",
"provider": "wx2b03c6e691cd7370"
}
},
"pages": [{
"path": "index"
}, {
"path": "share"
}]
},
{
"root": "pages/user-center",
"pages": [{
......
......@@ -2,8 +2,9 @@ export default {
install(Vue, options) {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
Vue.prototype.host2 = "http://localhost:5000"
//Vue.prototype.host2 = "https://mallApi.oytour.com"
// Vue.prototype.host2 = "http://192.168.20.24:8200"
// Vue.prototype.host2 = "http://192.168.20.8:8088"
Vue.prototype.host2 = "https://mallApi.oytour.com"
Vue.prototype.UploadConfig = function() { //本地上传配置
return {
......@@ -161,7 +162,7 @@ export default {
// 获取小程序APPID
Vue.prototype.GetMiniAppId = function() {
let appObj = {};
let appType = 3;
let appType = 1;
switch (appType) {
case 1: //赞羊
appObj = {
......@@ -220,7 +221,7 @@ export default {
};
break;
case 9:
appObj = { //罗演的杂货铺
appObj = { //罗演的杂货铺 007 美妆
AppId: 'wx67a8fb290ec58af4',
TenantId: 20,
MallBaseId: 10,
......
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