瀏覽代碼

3方平台请求地址调整

MaiXinRong 2 年之前
父節點
當前提交
c49c717f9c
共有 2 個文件被更改,包括 2 次插入2 次删除
  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:7005';
+    config.url3f = 'http://127.0.0.1:7005/3f';
     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:7005';
+    config.url3f = 'http://jlqa.smartcost.com.cn:7005/3f';
     return config;
 };