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