Kaynağa Gözat

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

MaiXinRong 3 yıl önce
ebeveyn
işleme
f1eb6ba1af
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 };