reaper 4 年之前
父節點
當前提交
69f85c30c7
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      vue.config.js

+ 2 - 5
vue.config.js

@@ -1,8 +1,5 @@
 const path = require('path');
-
-const proxy_path = 'http://192.168.2.236:80';
-// const proxy_path = 'http://192.168.2.236:5050';
-// const proxy_path = 'http://192.168.2.241:88';
+const proxy_path = 'http://192.168.2.241:88';
 // const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
@@ -31,4 +28,4 @@ module.exports = {
       },
     },
   },
-};
+};