module.exports={ devServer:{ proxy:{ '/api':{ target:'http://39.107.246.59:81', changeOrigin: true, } } }, publicPath:'/' }