vue-cli 中的proxyTable解决开发环境中的跨域问题

proxyTable: {
      '/api': {
    target: 'http://baidu.com',
    pathRewrite: {
      '^/api': ''
    }

  

posted @ 2020-04-27 13:28  star-meteor  阅读(116)  评论(0)    收藏  举报