lanjianrong 3 年之前
父節點
當前提交
0890fcb6e1
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      config/config.default.js
  2. 2 2
      config/config.uat.js

+ 2 - 2
config/config.default.js

@@ -229,7 +229,7 @@ module.exports = appInfo => {
     config.syncUrl = 'http://sync.jl.smartcost.com.cn/';
 
     // 项目管理跳转路径
-    config.managementPath = 'http://pm.6jlzf.cn';
-    config.managementProxyPath = 'http://pm.6jlzf.cn';
+    config.managementPath = 'http://pm.smartcost.com.cn/';
+    config.managementProxyPath = 'http://pm.smartcost.com.cn/';
     return config;
 };

+ 2 - 2
config/config.uat.js

@@ -83,7 +83,7 @@ module.exports = appInfo => {
     config.syncUrl = 'http://sync.jluat.smartcost.com.cn/';
 
     // 项目管理跳转路径
-    config.managementPath = 'https://jluat.smartcost.com.cn';
-    config.managementProxyPath = 'https://jluat.smartcost.com.cn';
+    config.managementPath = 'https://pmuat.smartcost.com.cn';
+    config.managementProxyPath = 'https://pmuat.smartcost.com.cn';
     return config;
 };