module.exports = { devServer: { proxy: { '/web': { target: 'http://192.168.0.246:8601', changeOrigin: true, pathRewrite: { '^/web': '/' } } }, } }