module.exports = { devServer: { host: 'localhost', port: 8082, proxy: { '/metadata': { target: 'http://10.168.57.10:21000', changeOrigin: true, pathRewrite: { '^/metadata': '' }, }, // '/': { // // target: ' http://192.168.1.124:8081', // target: 'http://localhost:8082', // // target: 'http://192.168.1.103:8081', // changeOrigin: true, // ws: false, // pathRewrite: { // '^/': '' // }, // }, }, } }