你要么return axios.post() 一个请求方法出来然后getUserInfo调用进行.then和.catch操作getUserInfo().then(res=>{ ... }).catch(res=>{...})
你要么return axios.post() 一个请求方法出来
然后getUserInfo调用进行.then和.catch操作