module.exports = {
'/api': {
target: 'https://flaunt.batiao8.com',
changeOrigin: true,
rewrite: (path) => path
},
'/static': {
target: 'http://wechat.wenyitu.com',
}