摘要: 1 // 请求代理机制: 2 proxyTable: { 3 '/api/**': {//当你的请求是以api开头的时候,将请求转发到当前服务器的8088端口上,只是路径做一个替换,pathRewrite 4 target: 'http://localhost:8088/', 5 pathRewrite:{ 6 '^... 阅读全文
posted @ 2018-08-09 17:58 前端极客 阅读(492) 评论(0) 推荐(0) 编辑