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