Bladeren bron

count.js改用远程服务

ximinghao 4 weken geleden
bovenliggende
commit
ad07d708c6
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/api/count.js

+ 2 - 2
src/api/count.js

@@ -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"