basic ui
This commit is contained in:
@@ -55,7 +55,7 @@ Router.beforeEach(
|
||||
|
||||
if ((isLoggedIn) && ((to.path === '/') || (to.path === 'login'))) {
|
||||
return {
|
||||
path: '/panel',
|
||||
path: '/',
|
||||
query: '',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user