AI销管
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

20 satır
531 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';// 正式
  6. // http.js使用
  7. const baseUrl = `${base}/autoSR/api`;
  8. // config 使用
  9. const host = `${base}/autoSR/api`;
  10. const hosts = `${base}/`;
  11. const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式
  12. export {
  13. baseUrl,
  14. host,
  15. hosts,
  16. iMServiceHost
  17. }