ximinghao 4 недель назад
Родитель
Сommit
ad07d708c6
1 измененных файлов с 2 добавлено и 2 удалено
  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"