module.exports = { baseUrl: './', assetsDir: 'static', productionSourceMap: false, devServer: { proxy: { '/api':{ target:'http://192.168.0.146', changeOrigin:true, pathRewrite:{ '/api':'' } } } } }