neutral.js 400 B

123456789
  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',//图片访问路径
  9. };