vue axios跨域请求解决方法

vue跨域解决 用vue-cli 搭的 webpack 可以 main.js 全局文件配置一下 跨域

import axios from 'axios'
//解决跨域
axios.defaults.withCredentials = true