12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- const config = {
- //dev
- // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
- // apiBaseurl:'http://172.16.90.64:9098/forest-portal',//测试
- // apiBaseurl:'http://172.16.90.50:9098/forest-portal',//邱波
- // apiBaseurl:'http://172.16.90.3:9098/forest-portal',//邱波
- // apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
- // apiBaseurl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal',//东东
- // apiBaseurl:'http://wx.hw.hongweisoft.com/fqb/forest-portal',//东东
-
- //本地图片
- // imgUrl:'http://'+window.location.host,
- // 图片占位
- placeImg:'http://placekitten.com',
-
- // loginUrl:'http://tanhui.hongweisoft.com/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
- // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转链接
- // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转到测试链接 东东
- // loginUrl:'http://wx.hw.hongweisoft.com/fqb/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转到测试链接 东东
- // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
- // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/gcz/#/',//登录后跳转到测试链接 东东
- // 公司测试配置
- // apiBaseurl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal',//测试
- // loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',
- // loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/hhforest/',//登录后跳转到测试链接
- // loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转链接
-
-
- //online 线上配置
- loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
- apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
-
-
- //gloab 全局
- imgUrl:"",
- }
- export {
- config
- }
|