config.js 757 B

1234567891011121314151617
  1. export default {
  2. //share_url: 'https://weidian.cliu.cc/web/user', //用在 shop order-manage order-info firm-order share-detail goods-share 页面
  3. share_url: 'https://webuser.cliu.cc/web/user', //用在 shop order-manage order-info firm-order share-detail goods-share 页面
  4. wxURL: 'https://open.weixin.qq.com/connect/oauth2/authorize',
  5. // 测试环境
  6. // appid: 'wxd684a5cf4af0a810',
  7. // redirect_uri: 'http://api.woaidakele.cn',
  8. // 测试环境
  9. // appid: 'wxd684a5cf4af0a810',
  10. // redirect_uri: 'http://test.woaidakele.cn',
  11. //正式环境
  12. //appid: 'wx5224793b7dc7f7b7',//正常使用的appid
  13. appid: 'wx7d900604763f5bba', //5-12新的appid
  14. redirect_uri: 'https://weapp.cliu.cc', //5-12新的域名
  15. //redirect_uri: 'https://api.wd.cliu.cc',
  16. }