config.js 539 B

123456789101112131415
  1. export default {
  2. share_url: 'https://weidian.cliu.cc/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. // appid: 'wxd684a5cf4af0a810',
  6. // redirect_uri: 'http://api.woaidakele.cn',
  7. // 测试环境
  8. // appid: 'wxd684a5cf4af0a810',
  9. // redirect_uri: 'http://test.woaidakele.cn',
  10. //正式环境
  11. appid: 'wx5224793b7dc7f7b7',
  12. // redirect_uri: 'https://api.wd.cliu.cc',
  13. redirect_uri: 'https://api.app.cliu.cc',
  14. }