vue访问本地后台

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

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

 

posted @ 2019-07-28 14:41  绿谷  阅读(1373)  评论(0编辑  收藏  举报