1234567891011121314151617181920212223242526272829303132 |
- const config = {
- //dev
- apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
-
- //本地图片
- imgUrl:'http://'+window.location.host,
- // 图片占位
- placeImg:'http://placekitten.com',
-
- loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
- // 公司测试配置
- // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
- // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
-
-
- //online 线上配置
-
-
- //gloab 全局
- imgUrl:"",
- }
- export {
- config
- }
|