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.
 
 
 
 

24 lines
666 B

  1. // const base = 'http://39.97.167.65' ;// 测试站
  2. // const base = 'http://8kdmng.natappfree.cc' ;// 佳豪
  3. // const base = 'http://192.168.31.134:9999' ;// 佳豪
  4. // const base = 'http://192.168.31.167:9999' // 长龙
  5. const base = 'https://zanyong.hfju.com';// 正式 AI销管
  6. // const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手
  7. // http.js使用
  8. const baseUrl = `${base}/autoSR/api`;
  9. // config 使用
  10. const host = `${base}/autoSR/api`;
  11. const hosts = `${base}/`;
  12. const admin = "http://192.168.31.167:9999";
  13. const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式
  14. export {
  15. baseUrl,
  16. host,
  17. hosts,
  18. admin,
  19. iMServiceHost,
  20. base
  21. }