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