浏览代码

更新配置

MaiXinRong 2 年之前
父节点
当前提交
e0054ff396
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config/config.default.js

+ 2 - 0
config/config.default.js

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