| | |
| | | <div class="navbar">
|
| | | <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" />
|
| | |
|
| | | <breadcrumb id="breadcrumb-container" class="breadcrumb-container" />
|
| | | <breadcrumb id="breadcrumb-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'">
|
| | |
| | | <script>
|
| | | import { mapGetters } from 'vuex'
|
| | | import Breadcrumb from '@/components/Breadcrumb'
|
| | | import TopNav from '@/components/TopNav'
|
| | | import Hamburger from '@/components/Hamburger'
|
| | | import Screenfull from '@/components/Screenfull'
|
| | | import SizeSelect from '@/components/SizeSelect'
|
| | |
| | | export default {
|
| | | components: {
|
| | | Breadcrumb,
|
| | | TopNav,
|
| | | Hamburger,
|
| | | Screenfull,
|
| | | SizeSelect,
|
| | |
| | | value: val
|
| | | })
|
| | | }
|
| | | },
|
| | | topNav: {
|
| | | get() {
|
| | | return this.$store.state.settings.topNav
|
| | | }
|
| | | }
|
| | | },
|
| | | methods: {
|
| | |
| | | type: 'warning'
|
| | | }).then(() => {
|
| | | this.$store.dispatch('LogOut').then(() => {
|
| | | location.reload()
|
| | | location.href = '/index';
|
| | | })
|
| | | })
|
| | | }).catch(() => {});
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | float: left;
|
| | | }
|
| | |
|
| | | .topmenu-container {
|
| | | position: absolute;
|
| | | left: 50px;
|
| | | }
|
| | |
|
| | | .errLog-container {
|
| | | display: inline-block;
|
| | | vertical-align: top;
|