1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- window.GLOBAL_CONFIG = {
- API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
- API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3h',
- API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
- API_AI: 'http://172.18.84.102:8080/',
- // 红欣测试地址
- // API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
- // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3h',
- // API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
- // API_AI: 'http://172.18.84.102:8080/',
- // 闫测试地址
- // API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
- // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3h',
- // API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
- // API_AI: 'http://172.18.84.102:8080/',
- //一人一码 医院内网
- // API_ETL: 'http://172.17.111.99/sync',
- // API_DOCTOR: 'http://172.17.111.99/health',
- // API_DATA: 'http://172.17.111.99/health',
- // API_AI: 'http://172.17.111.99/',
- // 外网访问加密地址
- // API_ETL: 'http://dh.xxjkhealth.com:7600/api/wbmd1s',
- // API_DOCTOR: 'http://dh.xxjkhealth.com:7600/api/wbmd3h',
- // API_DATA: 'http://dh.xxjkhealth.com:7600/api/wbmd3h',
- // API_AI: 'http://dh.xxjkhealth.com:7600',
- // API_ETL: 'http://172.18.84.102:8080/api/wbmd1s',
- // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3hp',
- // API_DATA: 'http://172.18.84.102:8080/api/wbmd3h',
- // API_DOCTOR: 'http://slife.bydsfy.com/api/wbmd3h',
- // API_DATA: 'http://slife.bydsfy.com/api/wbmd3h',
- // API_ETL: 'http://slife.bydsfy.com/api/wbmd1s',
- // API_AI: 'https://slife.bydsfy.com/',
- // 测试生产地址
- // API_DOCTOR: 'https://slife.bydsfy.com/api/wbmd3hd',
- // API_DATA: 'https://slife.bydsfy.com/api/wbmd3hd',
- // API_ETL: 'https://slife.bydsfy.com/api/wbmd3hd',
- // API_AI: 'https://slife.bydsfy.com/',
- // 老王测试地址
- // API_DOCTOR: 'http://172.18.84.102:8080/api/wbmd3hp',
- // API_DATA: 'http://172.18.84.102:8080/api/wbmd3hp',
- // 大胖测试地址
- // API_DOCTOR: 'http://117.72.46.114/api/doctor',
- // API_DATA: 'http://117.72.46.114/api/doctor',
- // API_ETL: 'http://117.72.46.114/api/doctor',
- // API_AI: 'http://117.72.46.114/',
- // API_DOCTOR: 'https://dev1.cloud-seal.com/hipo-business/',
- // API_DATA: 'https://dev1.cloud-seal.com/hipo-business/',
- // API_DOCTOR: 'https://dev1.cloud-seal.com/healthy-doctor/',
- //HPV报告拉回来。
- //周一拉回来。
- //管理情况、效果监管。
- //标记,样本。
- //市场拓展。
- //数据维度
- //码用还是科室、医生
- //排班内、替换人员、时间、会诊发言、日志记录、插入档案、过程记录。
- //报告同步字段@王冲老师
- //统计模版
- }
|