guest.js 185 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
// import store from '~/store'

export default (to, from, next) => {
next()
// if (store.getters['auth/check']) {
// next({ name: 'home' })
// } else {
// next()
// }
}