config.js 2.7 KB

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