|
@@ -27,7 +27,7 @@ export default {
|
|
|
'getUserEnumsData': '/api/user/getUserEnumsData', //获取用户枚举数据
|
|
|
'getDiagbotManEnumsData': '/api/diagbotman/getDiagbotManEnumsData', //获取产品枚举类型
|
|
|
'saveUserOper': '/api/diagbotman/optInfo/save', //保存用户记录
|
|
|
- /* 朗通后台相关接口 */
|
|
|
+ /* 后台相关接口 */
|
|
|
'getUserAuthenticationStatus': '/api/user/userAuthentication/getUserAuthenticationStatus', //获取用户认证状态
|
|
|
'getPersonInfo': '/api/user/user/getPersonInfo',
|
|
|
'updatePersonInfo': '/api/user/user/updatePersonInfo',
|
|
@@ -639,7 +639,7 @@ export default {
|
|
|
'paramDelete': '/api/cdssman/klDrugRegister/delete',
|
|
|
'klRegulation': '/api/cdssman/klRegulation/index',
|
|
|
|
|
|
- //经典病例相关
|
|
|
+ //经典病历相关
|
|
|
'getClassicCasePage': '/api/cdssman/kl/conceptInfo/getClassicCase',//分页查询
|
|
|
'getBaseCaseById': '/api/cdssman/kl/conceptInfo/getCaseById',//根据id查询
|
|
|
'saveOrUpdateCase': '/api/cdssman/kl/conceptInfo/saveOrUpdateCase',//新增或修改
|