MaiXinRong 2 lat temu
rodzic
commit
e0054ff396
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
 };