config.js文件
```
proxyTable: {
'/api': {
target: 'http://japi.juhe.cn',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
```
config.js文件
```
proxyTable: {
'/api': {
target: 'http://japi.juhe.cn',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
```
本文标题:vue-cli开发环境下配置避免跨域错误
本文链接:https://www.haomeiwen.com/subject/osparttx.html
网友评论