vue 配置跨域

2020-04-07  本文已影响0人  jane819

1.vue.config.js

module.exports = {
   devServer: {
    proxy: {
      '/v1': {
        target: 'https://wx.ibaodashi.com/test' // 请求接口的url
      }
    }
  },
  parallel: false,
  lintOnSave: true
}
上一篇 下一篇

猜你喜欢

热点阅读