12345678910111213 |
- const config = {
-
- //api baseUrl
- baseUrl:'http://wx.hw.hongweisoft.com/wxpaydemoapi',
-
- //登录链接
- loginUrl:'http://wx.hw.hongweisoft.com/wxpaydemoapi/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/',
- //七牛云
- imgUrl:"http://qny.gzsdtfp.com/",
- }
- export {
- config
- }
|