$store.dispatch('getNotification')}模块通知:/store/notification.js
import api from '~/plugins$store.dispatch('getNotification')不工作吗?我怎样才能做到最好的方式,或者,你们有一个例子项目在吉突告诉我。请帮帮我!
在登录时,我想使用nuxt.js中间件重定向到基于角色的不同页面。这是我的notAuthenticated中间件 // If the user is authenticatedredirect to home page debugger
if (store.state.auth.role === 'admin
在成功登录后,我使用laravel护照作为API和nuxt.js的前端,如果我刷新页面,用户不再经过身份验证,loggedIn返回false,这是我的第一个nuxt.js项目,所以我不知道如何处理,任何建议都很感激$store.commit("saveUser",succesfulLogin.data)
if (succesfulLogin)