按照你的写法在每个antions前面都加了return ,但是 在LoginForm.vue 里
this.$store.dispatch('loginRequest', formData).then(response => {
console.log('success ' + response);
this.$router.push({ name:'home' });
}).catch(error => {
console.log('error '+response);
})
里面response 还是undefined ,怎么回事?