diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index 9e3401c0e..0063e6e58 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -14,43 +14,13 @@ @@ -136,10 +106,5 @@ export default { this.$router.push('/login') }, }, - beforeDestroy() { - if (this.$sidebar.showSidebar) { - this.$sidebar.showSidebar = false - } - }, } diff --git a/frontend/src/views/Layout/DashboardNavbar.vue b/frontend/src/views/Layout/DashboardNavbar.vue index 33f133a76..7b0964f2c 100755 --- a/frontend/src/views/Layout/DashboardNavbar.vue +++ b/frontend/src/views/Layout/DashboardNavbar.vue @@ -4,83 +4,33 @@ class="navbar-top navbar-expand" :class="{ 'navbar-dark': type === 'default' }" > - - {{ $route.name }} - - + - - - - - {{ $store.state.email }} + + + + {{ $store.state.email }} + + + + - - - - - - - - - - + + +