VUE前端配置跨域解决方案

config/index.js文件配置代理,找到proxyTable字段ios proxyTable: { '/api': { // 请求的代称,写在Axios里的BaseUrl target: 'http://localhost:8083', // 真实请求URl changeOrigin: true, // 容许跨域 pathRew
相关文章
相关标签/搜索