| | |
| | | |
| | | <div class="right-menu"> |
| | | |
| | | <template v-if="device!=='mobile'"> |
| | | <!-- <template v-if="device!=='mobile'">--> |
| | | <template> |
| | | <search id="header-search" class="right-menu-item" /> |
| | | |
| | | <!-- <error-log class="errLog-container right-menu-item hover-effect" />--> |
| | | |
| | | <!-- <screenfull id="screenfull" class="right-menu-item hover-effect" />--> |
| | | |
| | | <screenfull id="screenfull" class="right-menu-item hover-effect"/> |
| | | <!-- <el-tooltip content="Global Size" effect="dark" placement="bottom">--> |
| | | <!-- <size-select id="size-select" class="right-menu-item hover-effect" />--> |
| | | <!-- </el-tooltip>--> |
| | | |
| | | </template> |
| | | |
| | | <el-dropdown class="avatar-container" trigger="click"> |
| | |
| | | import { getCookie } from '@/utils/auth' |
| | | import { UpdateUserPassword } from '@/api/user' |
| | | import Search from '@/components/HeaderSearch' |
| | | import Screenfull from '@/components/Screenfull' |
| | | |
| | | const SER_HZ = /^[\u4e00-\u9fa5]+$/ |
| | | export default { |
| | | components: { |
| | | Breadcrumb, |
| | | Hamburger, |
| | | Search |
| | | Search, |
| | | Screenfull |
| | | }, |
| | | computed: { |
| | | ...mapGetters([ |