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 = {
       },
     },
   },
-};
+};