// 和 src 同层的 config 文件夹下的 index.js
dev 里面的
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {
'/apis': {
target: ' ',//后端接口地址
changeOrigin: true, //是否跨域
pathRewrite: {
'^/apis':'' //需要rewrite重写的,
}
}
},
//复制粘贴即可用