lanjianrong 3 anni fa
parent
commit
3334c94436
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/config.local.js

+ 1 - 1
config/config.local.js

@@ -118,7 +118,7 @@ module.exports = appInfo => {
     config.is_debug = true;
     config.is_debug = true;
 
 
     // 项目管理跳转路径
     // 项目管理跳转路径
-    config.managementPath = 'http://pmqa.smartcost.com.cn';
+    config.managementPath = 'http://localhost:3000';
     config.managementProxyPath = 'http://192.168.1.76:2020';
     config.managementProxyPath = 'http://192.168.1.76:2020';
     return config;
     return config;
 };
 };