config.js 612 B

12345678910111213
  1. // const host='http://192.168.3.100:5050';//王峰
  2. // const host='http://192.168.3.101:5050';//任国宾
  3. const host='http://192.168.2.241:5050';//后端接口访问地址
  4. // const host='http://192.168.2.236:5050';//后端接口访问地址
  5. //const host='http://192.168.2.164:8080';
  6. // const host='http://192.168.3.117:8080'; //周铁刚
  7. // const newIcssVisitUrl = '223.93.170.82:13000'; //icss服务访问地址(跳转目的地),不能加http://
  8. const imageUrlPrefix = 'http://192.168.2.241:82'
  9. module.exports={
  10. host,
  11. prefix:'/api/icss', //带权限验证的api
  12. imageUrlPrefix
  13. };