소스 검색

修改服务源,从配置获取

ximinghao 1 주 전
부모
커밋
86c801bd37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/rwgl.js

+ 1 - 1
src/api/rwgl.js

@@ -6,7 +6,7 @@ import content from './content'
 
 const dmsPath = systemConfig.dmsDataProxy
 const multiSearch = dmsPath + "/content/multipleFormsOfJointInvestigation"
-const taskSearch = "oneMap/task/getTask"
+const taskSearch = systemConfig.baseServicerPath+"/task/getTask"
 
 const taskDmsId = systemConfig.columnIds[6]