axios 跨域处理

2019-05-06  本文已影响0人  __Object__
config/index.js
baseUrl: {
    dev: 'http://localhost:8080/',
    pro: 'http://www.baidu.com/'
},

vue.config.js
devServer: {
    proxy: {
      '/api':{
        target:'http://10.1.5.163:8083/',
        changeOrigin: false
      }
    }
  }
上一篇 下一篇

猜你喜欢

热点阅读