| 12345678910 |
- export default {
- // isneutral:true//云飞智控
- isneutral: false, //智控
- developAPI:'http://218.28.198.186:10508',//测试环境访问地址
- // productAPI:'http://8.136.98.49:8002',//生产环境
- productAPI:'https://api.hnyfwlw.com',//生产环境
- // imageURL:'http://www.hnyfwlw.com:8006',//图片访问路径
- imageURL:'https://s3.hnyfwlw.com/webstaticimg',//图片访问路径原8006端口
- imageURL_58003:'https://s3.hnyfwlw.com/bigdata-image'//原58003端口
- };
|