1234567891011121314151617181920212223242526272829303132333435 |
- 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',//邱波
- //本地图片
- // 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=/',//登录后跳转到测试链接
-
- // 密码授权令牌
- // client_id:4,
- // client_secret:'jO1XHQu0GytEdxJzNRFwcIeWmS57yCMBuA5P9yDo',
-
-
- //online 线上地址
- // apiBaseurl:'http://hd.phpim.cn/',//线上
-
-
- //gloab 全局
- imgUrl:"",
- }
- export {
- config
- }
|