proxyTable: { '/api': { //使用"/api"来代替"http://f.apiplus.c" target: 'http://127.0.0.1:3000', //源地址 changeOrigin: true, //改变源 pathRewrite: { '^/api': '' //路径重写 } } }, export const getHomeCasual = ()=>ajax('api/homecasual');
相关分类