global.js 315 B

123456789101112131415
  1. let global = {
  2. protocol: 'https://ldt.guosen-fumao.cn/shop_protocol.html',
  3. QR_PATH:'https://ldt.guosen-fumao.cn/h5/#/pages/checkstand/index?id=',
  4. TRANSFORM_PARAMS:'95963',
  5. wxParams: {
  6. clientAppId:'wx9ad53e8c83ae1a51',//用户端appid
  7. APPID: 'wx2db9c41e85d5a4fc', //appid
  8. },
  9. }
  10. export default global