Browse Source

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

MaiXinRong 3 years ago
parent
commit
f1eb6ba1af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.local.js

+ 1 - 1
config/config.local.js

@@ -118,7 +118,7 @@ module.exports = appInfo => {
     config.is_debug = true;
     config.is_debug = true;
 
 
     // 项目管理跳转路径
     // 项目管理跳转路径
-    config.managementPath = 'http://pmqa.smartcost.com.cn';
+    config.managementPath = 'http://localhost:3000';
     config.managementProxyPath = 'http://192.168.1.76:2020';
     config.managementProxyPath = 'http://192.168.1.76:2020';
     return config;
     return config;
 };
 };