lipc 4 年之前
父节点
当前提交
ce133915d1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -5,7 +5,7 @@
 const path = require('path')
 //const proxy_path = 'http://192.168.2.121:5050';
 // const proxy_path = 'http://192.168.2.236:5050';
-const proxy_path = 'http://192.168.2.241:5050';
+const proxy_path = 'http://127.0.0.1:5050';
 // const proxy_path = 'http://223.93.170.82:23650';
 // const proxy_path = 'http://223.93.170.82:24182';
 
@@ -25,7 +25,7 @@ module.exports = {
     // Various Dev Server settings
     port: 8083, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     // host: '192.168.0.101',
-    host: '192.168.3.106',
+    host: '127.0.0.1',
     autoOpenBrowser: true,
     errorOverlay: true,
     notifyOnErrors: true,