MaiXinRong il y a 2 ans
Parent
commit
3df5aa2e2f
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      config/config.local.js
  2. 1 1
      config/config.qa.js

+ 1 - 1
config/config.local.js

@@ -125,6 +125,6 @@ module.exports = appInfo => {
     config.managementPath = 'http://localhost:3000';
     config.managementProxyPath = 'http://192.168.1.76:2020';
 
-    config.url3f = 'http://127.0.0.1:7007';
+    config.url3f = 'http://127.0.0.1:7005';
     return config;
 };

+ 1 - 1
config/config.qa.js

@@ -87,6 +87,6 @@ module.exports = appInfo => {
     config.managementPath = 'http://pmqa.smartcost.com.cn';
     config.managementProxyPath = 'http://192.168.1.76:2020';
 
-    config.url3f = 'http://jlqa.smartcost.com.cn:7007';
+    config.url3f = 'http://jlqa.smartcost.com.cn:7005';
     return config;
 };