lanjianrong преди 3 години
родител
ревизия
8f67e39ebe
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      config/config.default.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.smartcost.com.cn/';
-    config.managementProxyPath = 'http://pm.smartcost.com.cn/';
+    config.managementPath = 'http://pm.smartcost.com.cn';
+    config.managementProxyPath = 'http://pm.smartcost.com.cn';
     return config;
 };