module.exports = { baseUrl: './', assetsDir: 'static', productionSourceMap: false, devServer: { proxy: { '/api':{ target:'http://wenhua.xingtongworld.com/', // target:'http://localhost:8080', changeOrigin:true, pathRewrite:{ '/api':'' } } } } }