This commit is contained in:
ctengiz
2024-04-11 21:02:41 +03:00
parent d77f0f8359
commit 719edfd33a
8 changed files with 14 additions and 30 deletions

View File

@@ -55,7 +55,7 @@ Router.beforeEach(
if ((isLoggedIn) && ((to.path === '/') || (to.path === 'login'))) {
return {
path: '/panel',
path: '/',
query: '',
}
}