12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- const config = {
- //dev
- // apiBaseurl:'http://172.16.90.8:21998',//东东
- // apiBaseurl:'http://wx.hw.hongweisoft.com/cqthminapp',//东东
- // apiBaseurl:'http://172.16.90.102:21998',//邱波
- // apiBaseurl:'http://47.108.214.98:21998',//服务器
- apiBaseurl:'https://cqthht.hongweisoft.com/qbcert',//正式地址 需要在manifest中修改appid
-
- // 图片占位
- placeImg:'http://placekitten.com',
-
- // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
-
- //版本号:版本号升级将显示引导页
- version:'1.0.0',
-
- // 公司测试配置
- // 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 线上配置
-
- // 证书地址
- certificateUrl:'https://cqthht.hongweisoft.com/cert?',
-
- //本地图片
- // imgUrl:"../../static/img/",
- imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
- //二级页面图片
- // innerImgUrl:"../../../static/img/",
- // innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
- // 云图片(产品)
- onlineImg:"http://fqn.hongweisoft.com/",
- // 七牛云
- // qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
- }
- export {
- config
- }
|