proxyTable: { '/api': { //使用"/api"來代替"http://f.apiplus.c"
target: 'http://127.0.0.1:3000', //源地址
changeOrigin: true, //改變?cè)?nbsp;
pathRewrite: { '^/api': '' //路徑重寫
}
}
},
export const getHomeCasual = ()=>ajax('api/homecasual');
vue axios config配置了為什么還是會(huì)跨域
桃花長(zhǎng)相依
2019-01-28 11:21:10