config.js 352 B

1234567891011121314
  1. const config = {
  2. // wxAppid
  3. wxAppid:'wxbe90cc7c5233dd84',
  4. //api baseUrl http://wx.hw.hongweisoft.com/wxpaydemoapi
  5. baseUrl:'http://172.16.90.64:7000',
  6. //登录链接
  7. loginUrl:'http://wx.hw.hongweisoft.com/wxpaydemoapi/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/',
  8. //七牛云
  9. imgUrl:"http://qny.gzsdtfp.com/",
  10. }
  11. export {
  12. config
  13. }