|
|
@@ -2,9 +2,9 @@ import {
|
|
|
postform,get
|
|
|
} from '../utils/request'
|
|
|
|
|
|
-const dmsPath = "http://127.0.0.1:10081/dms"
|
|
|
+const dmsPath = systemConfig.dmsDataProxy
|
|
|
|
|
|
-const oauthPath = "http://127.0.0.1:10096/oauth"
|
|
|
+const oauthPath = systemConfig.oauthServiceUrl
|
|
|
|
|
|
const multiSearch = dmsPath + "/content/multipleFormsOfJointInvestigation"
|
|
|
|