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