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