devServer: {
proxy: {
'/api': {
target: 'http://suggestion.baidu.com/',
ws: true,
changeOrigin: true,
pathRewrite: {'^/api' : ''}
}
}
}
devServer: {
proxy: {
'/api': {
target: 'http://suggestion.baidu.com/',
ws: true,
changeOrigin: true,
pathRewrite: {'^/api' : ''}
}
}
}