@@ -241,5 +241,7 @@ module.exports = appInfo => {
// 项目管理跳转路径
config.managementPath = 'https://pm.smartcost.com.cn';
config.managementProxyPath = 'https://pm.smartcost.com.cn';
+
+ config.url3f = '/3f';
return config;
};