reaper 4 vuotta sitten
vanhempi
commit
69f85c30c7
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2 5
      vue.config.js

+ 2 - 5
vue.config.js

@@ -1,8 +1,5 @@
 const path = require('path');
 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.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
@@ -31,4 +28,4 @@ module.exports = {
       },
       },
     },
     },
   },
   },
-};
+};