发现问题:需要点击两次登录才能除服路由跳转
解决办法: 1. route.js 替换 Store.state.authenticated 为 Store.state.AuthUser.authenticated
在每一个action前加return: login.js 和 auth-user.js
loginRequest({dispatch},formData) {
return axios.post( .....
setAuthUser({commit,dispatch}){
return axios.get(.....