Commit dd95003c authored by geruidan's avatar geruidan

客服

parent fec32546
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
......
......@@ -10,8 +10,12 @@ export const IMG_URL = 'http://file.shopro.top' //全局网络图片地址变量
export const MAP_KEY = '426ebc3f1bbaced***89ee6061a98'; //高德地图开发者Web服务key,逆坐标解析
export const HAS_LIVE = false //后台是否开通直播权限,根据情况在manifest.json中,开启注释相应组件的引入,pages.json中打开直播
// http://172.18.1.66:9001/api/a1/mall/homePage/mp?code={前端传入的code}
export const MALL_ID ="150076611100683";
export const COMPANY_ID ="2023053101";
export const MALL_ID ="106975910000477";
export const COMPANY_ID ="999999998";
export const APP_SECRET = "F61F93E15F6346A88BCE3781E0EFC3BB";//secretid
export const APP_KEY = "a20511dcfd6b07114afacbb482b2e7e0"; //appkey
export const APP_ID = "wx60c6530c49c52ff7"; //小程序APPID
......
......@@ -48,16 +48,17 @@
"iosStyle" : "common",
"useOriginalMsgbox" : true
}
}
},
"nativePlugins" : {}
},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxb46902f9572bfa50",
"appid" : "wx60c6530c49c52ff7",
"setting" : {
"urlCheck" : true,
"minified" : false,
"minified" : true,
"es6" : false,
"postcss" : true
},
......@@ -66,7 +67,14 @@
"scope.userLocation" : {
"desc" : "获取您的信息位置"
}
}
},
"functionalPages":true,
"plugins" : {
"myPlugin": {
"version": "1.8.5",
"provider": "wxae5e29812005203f"
}
}
},
"mp-alipay" : {
"usingComponents" : true
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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