const config = { //dev apiBaseurl:'http://172.16.90.8:19098',//东东 // 图片占位 placeImg:'http://placekitten.com', loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东 testToken:'eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI2NDY3NjM3NiIsImNyZWF0ZWQiOjE2MDYxMDY3NzE2MjcsImV4cCI6MTYwNjcxMTU3MX0.JP82ED8bjS8yFxjbVzsfOISrDDYyqOAouL9Z2NRjRBNcsKVmGz9ho8zouG-iWNStxuwqcvrebh_6WF3g9Ed9Vg', //版本号:版本号升级将显示引导页 version:'1', // 公司测试配置 // 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 线上配置 //本地图片 imgUrl:"../../static/img/", //耳机页面图片 innerImgUrl:"../../../static/img/", } export { config }