vue访问本地后台

在config/index.js里配置proxyTable代理

1 proxyTable: {
2     '/goods': {
3         target: 'http://localhost:3000',
4     }
5 }