lanjianrong 3 年之前
父节点
当前提交
a04276f9da
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/config.uat.js

+ 2 - 2
config/config.uat.js

@@ -83,7 +83,7 @@ module.exports = appInfo => {
     config.syncUrl = 'http://sync.jluat.smartcost.com.cn/';
 
     // 项目管理跳转路径
-    config.managementPath = 'https://jluat.smartcost.com.cn';
-    config.managementProxyPath = 'https://jluat.smartcost.com.cn';
+    config.managementPath = 'http://jluat.smartcost.com.cn';
+    config.managementProxyPath = 'http://jluat.smartcost.com.cn';
     return config;
 };