vue proxyTable 配置及GitBook地址

2018-03-13  本文已影响0人  萌萌哒蟹蟹
 proxyTable: {
      // proxy all requests starting with /api to jsonplaceholder
      '/api': {
        target: 'http://jsonplaceholder.typicode.com',
        changeOrigin: true,
        pathRewrite: {
          '^/api': ''
        }
      }
    }

https://vuejs-templates.github.io/webpack/proxy.html

上一篇 下一篇

猜你喜欢

热点阅读