Преглед на файлове

fix: 项目管理跳转路径http->https

lanjianrong преди 3 години
родител
ревизия
8232ab70e9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

@@ -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 = 'https://pm.smartcost.com.cn';
+    config.managementProxyPath = 'https://pm.smartcost.com.cn';
     return config;
 };