config.js 515 B

123456789101112131415161718
  1. export default {
  2. share_url: 'https://weidian.jiuweiyun.cn/web/user', //用在 shop order-manage order-info firm-order share-detail goods-share 页面
  3. wxURL: 'https://open.weixin.qq.com/connect/oauth2/authorize',
  4. //正式环境
  5. redirect_uri: 'http://api.app.jiuweiyun.cn',
  6. appid: 'wx5224793b7dc7f7b7',
  7. // 测试环境
  8. // redirect_uri: 'http://test.woaidakele.cn',
  9. // appid: 'wxd684a5cf4af0a810',
  10. zbs_url: 'https://api.app.jiuweiyun.cn',
  11. request_url: 'https://weiliao.woaidakele.cn' //微聊测试
  12. }