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;
 };