Преглед изворни кода

count.js改用远程服务

ximinghao пре 4 недеља
родитељ
комит
ad07d708c6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/api/count.js

+ 2 - 2
src/api/count.js

@@ -2,9 +2,9 @@ import {
     postform,get
     postform,get
 } from '../utils/request'
 } 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"
 const multiSearch = dmsPath + "/content/multipleFormsOfJointInvestigation"