|
@@ -1,9 +1,9 @@
|
|
|
export default {
|
|
export default {
|
|
|
- isneutral:true,//云飞智控
|
|
|
|
|
- // isneutral: false, //智控
|
|
|
|
|
- developAPI:'http://218.28.198.186:10508',//测试环境访问地址
|
|
|
|
|
|
|
+ // isneutral:true,//云飞智控
|
|
|
|
|
+ isneutral: false, //智控
|
|
|
|
|
+ developAPI:'https://uat.hnyfwlw.com',//测试环境访问地址
|
|
|
// productAPI:'http://8.136.98.49:8002',//生产环境
|
|
// productAPI:'http://8.136.98.49:8002',//生产环境
|
|
|
- productAPI:'https://api.hnyfwlw.com',//生产环境
|
|
|
|
|
|
|
+ productAPI:'https://web.hnyfwlw.com',//生产环境
|
|
|
// imageURL:'http://www.hnyfwlw.com:8006',//图片访问路径
|
|
// imageURL:'http://www.hnyfwlw.com:8006',//图片访问路径
|
|
|
imageURL:'https://s3.hnyfwlw.com/webstaticimg',//图片访问路径
|
|
imageURL:'https://s3.hnyfwlw.com/webstaticimg',//图片访问路径
|
|
|
};
|
|
};
|