这样写试试
//配置后端服务地址 axios.defaults.baseURL="http://localhost:8989/account_war_exploded/"; //添加的配置 axios.defaults.withCredentials = true; //在Vue中配置axios,在所有的Vue组件中就可以通过this.axios使用axios库 Vue.use(VueAxios,axios);