@@ -4,8 +4,8 @@ module.exports = {
port: 8080,
proxy: {
'/api': {
- // target: 'http://192.168.0.11:8080',
- target: 'http://localhost:8080',
+ target: 'http://192.168.0.11:8080',
+ // target: 'http://localhost:8080',
changeOrigin: true,
// pathRewrite: {
// '^/api': '/'