|
@@ -2,17 +2,17 @@
|
|
|
const testUrl = ''
|
|
|
|
|
|
export default {
|
|
|
- host:'http://192.168.2.241:5050',
|
|
|
+ host:'http://192.168.2.236:6060',
|
|
|
// imgHost:'http://192.168.2.121:82', //富文本编辑器图片回传地址
|
|
|
imgHost:'http://192.168.2.241:82', //富文本编辑器图片回传地址
|
|
|
delayTime: 500,
|
|
|
urls: {
|
|
|
'promptServer':'/sys/file/uploadImage', //静态知识富文本图片上传
|
|
|
'midifyPassword':'/sys/user/midifyPassword', //修改密码
|
|
|
- 'getConceptKnowledgeList':'/graph/conceptInfo/getPage', // 术语静态知识列表
|
|
|
- 'getConceptKnowledge':'/graph/conceptInfo/getRecordById',//术语静态知识详情
|
|
|
- 'getAllConcept':'/graph/conceptInfo/staticKnowledgeIndexWithoutInfo', //医学术语--获取所有概念(标准术语)
|
|
|
- 'saveConceptInfo':'/graph/conceptInfo/saveOrUpdateRecord', //保存术语静态知识
|
|
|
+ 'getConceptKnowledgeList':'/kl/conceptInfo/getPage', // 术语静态知识列表
|
|
|
+ 'getConceptKnowledge':'/kl/conceptInfo/getRecordById',//术语静态知识详情
|
|
|
+ 'getAllConcept':'/kl/conceptInfo/staticKnowledgeIndexWithoutInfo', //医学术语--获取所有概念(标准术语)
|
|
|
+ 'saveConceptInfo':'/kl/conceptInfo/saveOrUpdateRecord', //保存术语静态知识
|
|
|
'delLisMappingById': '/api/knowledgeman/lisMapping/delLisMappingById', //医学数据-化验大小项与公表项维护-单个删除
|
|
|
'getConceptInfoAssay': '/api/knowledgeman/concept/getAllForRelation', //化验子项维护-搜索术语
|
|
|
'getAllLisConcept':'api/knowledgeman/concept/getAllLisConcept', //医学数据-化验大小项与公表项维护-获取所有化验公表项
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
'updateBillmanStatus': '/billman/updateStatus', //启用禁用
|
|
|
|
|
|
'getAccessdMenu': '/sys/user/getUserOrgMenu', //获取左侧菜单项
|
|
|
- 'delConceptInfo':'/graph/conceptInfo/changeStatus', //删除术语静态知识
|
|
|
+ 'delConceptInfo':'/kl/conceptInfo/changeStatus', //删除术语静态知识
|
|
|
'login': '/sys/user/getJwt',
|
|
|
'getDicList': '/sys/dictionaryInfo/getList', //返回字典信息(界面返回)
|
|
|
|