neutral.js 484 B

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