config.js 989 B

123456789101112131415161718
  1. // const host='http://192.168.3.1:5050';//赵
  2. // const host='http://192.168.3.100:5050';//王峰
  3. // const host='http://192.168.2.121:5050';//后端接口访问地址
  4. const host='http://192.168.2.241:6060';//后端接口访问地址
  5. // const host='http://192.168.2.241:5050';//后端接口访问地址
  6. // const host='http://192.168.3.11:5050';//王宇
  7. //const host='http://192.168.2.164:8080';
  8. // const host='http://192.168.3.117:5050'; //周铁刚
  9. // const newIcssVisitUrl = '223.93.170.82:13000'; //icss服务访问地址(跳转目的地),不能加http://
  10. const imageUrlPrefix = 'http://192.168.2.241:82';
  11. module.exports={
  12. host,
  13. prefix:'', //带权限验证的api
  14. pushPage:'http://192.168.2.241:5488/icssIndex.html', //右侧推送页面的地址
  15. imageUrlPrefix,
  16. // pushPage2:'http://192.168.2.241:5654/cdss.html', //右侧推送页面的地址
  17. pushPage2:'http://localhost:8080/cdss.html', //右侧推送页面的地址
  18. };