config.js 285 B

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