config.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. window.GLOBAL_CONFIG = {
  2. API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
  3. API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3h',
  4. API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
  5. API_AI: 'http://172.18.84.102:8080/',
  6. //一人一码 医院内网
  7. // API_ETL: 'http://172.17.111.99/sync',
  8. // API_DOCTOR: 'http://172.17.111.99/health',
  9. // API_DATA: 'http://172.17.111.99/health',
  10. // API_AI: 'http://172.17.111.99/',
  11. // 外网访问加密地址
  12. // API_ETL: 'http://dh.xxjkhealth.com:7600/api/wbmd1s',
  13. // API_DOCTOR: 'http://dh.xxjkhealth.com:7600/api/wbmd3h',
  14. // API_DATA: 'http://dh.xxjkhealth.com:7600/api/wbmd3h',
  15. // API_AI: 'http://dh.xxjkhealth.com:7600',
  16. // API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
  17. // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3hp',
  18. // API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
  19. // API_DOCTOR: 'http://slife.bydsfy.com/api/wbmd3h',
  20. // API_DATA: 'http://slife.bydsfy.com/api/wbmd3h',
  21. // API_ETL: 'http://slife.bydsfy.com/api/wbmd1s',
  22. // API_AI: 'https://slife.bydsfy.com/',
  23. // 测试生产地址
  24. // API_DOCTOR: 'https://slife.bydsfy.com/api/wbmd3hd',
  25. // API_DATA: 'https://slife.bydsfy.com/api/wbmd3hd',
  26. // API_ETL: 'https://slife.bydsfy.com/api/wbmd3hd',
  27. // API_AI: 'https://slife.bydsfy.com/',
  28. // 老王测试地址
  29. // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3hp',
  30. // API_DATA: 'http://172.18.84.102:8080/api/wbmd3hp',
  31. // 大胖测试地址
  32. // API_DOCTOR: 'http://117.72.46.114/api/doctor',
  33. // API_DATA: 'http://117.72.46.114/api/doctor',
  34. // API_ETL: 'http://117.72.46.114/api/doctor',
  35. // API_AI: 'http://117.72.46.114/',
  36. // API_DOCTOR: 'https://dev1.cloud-seal.com/hipo-business/',
  37. // API_DATA: 'https://dev1.cloud-seal.com/hipo-business/',
  38. // API_DOCTOR: 'https://dev1.cloud-seal.com/healthy-doctor/',
  39. //HPV报告拉回来。
  40. //周一拉回来。
  41. //管理情况、效果监管。
  42. //标记,样本。
  43. //市场拓展。
  44. //数据维度
  45. //码用还是科室、医生
  46. //排班内、替换人员、时间、会诊发言、日志记录、插入档案、过程记录。
  47. //报告同步字段@王冲老师
  48. //统计模版
  49. }