Commit 1a588bc7 authored by Mac's avatar Mac

1

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