Browse Source

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

lanjianrong 3 years ago
parent
commit
8232ab70e9
1 changed files with 2 additions and 2 deletions
  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;
 };