lanjianrong 3 年之前
父節點
當前提交
3334c94436
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.managementPath = 'http://pmqa.smartcost.com.cn';
+    config.managementPath = 'http://localhost:3000';
     config.managementProxyPath = 'http://192.168.1.76:2020';
     return config;
 };