|
@@ -1,5 +1,5 @@
|
|
-const testUrl = 'http://223.93.170.82:23650'
|
|
|
|
-// const testUrl = ''
|
|
|
|
|
|
+// const testUrl = 'http://223.93.170.82:23650'
|
|
|
|
+const testUrl = ''
|
|
|
|
|
|
export default {
|
|
export default {
|
|
host:'http://192.168.2.241:5050',
|
|
host:'http://192.168.2.241:5050',
|
|
@@ -249,6 +249,7 @@ export default {
|
|
'deptList':testUrl+'/api/precman/moduleInfo_prec/getAllDeptAndDisInfo', //模板-科室列表
|
|
'deptList':testUrl+'/api/precman/moduleInfo_prec/getAllDeptAndDisInfo', //模板-科室列表
|
|
'getPrecModuleType':testUrl+'/api/precman/moduleInfo_prec/getModuleType', //获取未创建的模板类型
|
|
'getPrecModuleType':testUrl+'/api/precman/moduleInfo_prec/getModuleType', //获取未创建的模板类型
|
|
'getByIds':'/api/prec/questionInfo/getByIds',// 获取多个问题
|
|
'getByIds':'/api/prec/questionInfo/getByIds',// 获取多个问题
|
|
|
|
+ 'getBySubQuestionId':testUrl+'/api/precman/questionInfo_prec/getBySubQuestionId',// 获取是否被关联
|
|
/*********诊断依据*********/
|
|
/*********诊断依据*********/
|
|
'exportDiagnosticAll': '/api/knowledgeman/diagnose/exportDiagnosticAll', //诊断依据--导出诊断依据
|
|
'exportDiagnosticAll': '/api/knowledgeman/diagnose/exportDiagnosticAll', //诊断依据--导出诊断依据
|
|
'exportDiagnosticBasis': '/api/knowledgeman/diagnose/exportDiagnosticBasis', //诊断依据--导出诊断依据问题
|
|
'exportDiagnosticBasis': '/api/knowledgeman/diagnose/exportDiagnosticBasis', //诊断依据--导出诊断依据问题
|