Browse Source

feat: 增加uat调整项目管理配置

lanjianrong 3 years ago
parent
commit
5bcf3cbc43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/config.uat.js

+ 2 - 2
config/config.uat.js

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