| | |
| | | <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" />
|
| | |
|
| | | <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav"/>
|
| | | <top-nav id="topmenu-container" class="breadcrumb-container" v-if="topNav"/>
|
| | | <top-nav id="topmenu-container" class="topmenu-container" v-if="topNav"/>
|
| | |
|
| | | <div class="right-menu">
|
| | | <template v-if="device!=='mobile'">
|
| | |
| | | this.$store.dispatch('LogOut').then(() => {
|
| | | location.href = '/index';
|
| | | })
|
| | | })
|
| | | }).catch(() => {});
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | float: left;
|
| | | }
|
| | |
|
| | | .topmenu-container {
|
| | | position: absolute;
|
| | | left: 50px;
|
| | | }
|
| | |
|
| | | .errLog-container {
|
| | | display: inline-block;
|
| | | vertical-align: top;
|