AI销管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
668 B

  1. // const base = 'http://81.70.55.170:9999' ;// 测试站
  2. // const base = 'http://127.0.0.1:9999'; // 本地
  3. // const base = 'http://192.168.31.148:9999' ;// 泽明
  4. // const base = 'http://192.168.31.86:9999' ;// 胜浩
  5. // const base = 'http://192.168.31.161:9999' // 长龙
  6. // const base = 'https://zanyong.hfju.com';// 正式 AI销管
  7. const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手
  8. // http.js使用
  9. const baseUrl = `${base}/autoSR/api`;
  10. // config 使用
  11. const host = `${base}/autoSR/api`;
  12. const hosts = `${base}/`;
  13. const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式
  14. export {
  15. baseUrl,
  16. host,
  17. hosts,
  18. iMServiceHost,
  19. base
  20. }