在overlay后
proxy: {
'/api': {
// 后端地址
target: 'http://localhost:8082/',
// 允许跨域
changeOrigin: true,
// 路径重写:我们可以应/api,替代上述后端url
pathRewrite: {
'^/api': '/'
}
}
在overlay后
proxy: {
'/api': {
// 后端地址
target: 'http://localhost:8082/',
// 允许跨域
changeOrigin: true,
// 路径重写:我们可以应/api,替代上述后端url
pathRewrite: {
'^/api': '/'
}
}