Jelajahi Sumber

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

lanjianrong 3 tahun lalu
induk
melakukan
8232ab70e9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;
 };