feat: 去除大屏图标 错了回退这里
This commit is contained in:
parent
e0bdea1f67
commit
6ab0f6e153
@ -7,7 +7,7 @@
|
||||
|
||||
<div class="right-menu">
|
||||
<template v-if="device!=='mobile'">
|
||||
<div class="el-icon-s-platform bigscreen-frame" @click="handleBigscreen()"></div>
|
||||
<div v-show="port !== '9210'" class="el-icon-s-platform bigscreen-frame" @click="handleBigscreen()"></div>
|
||||
<search id="header-search" class="right-menu-item" />
|
||||
|
||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||
@ -57,6 +57,12 @@ export default {
|
||||
SizeSelect,
|
||||
Search
|
||||
},
|
||||
data() {
|
||||
const port = window.location.port;
|
||||
return {
|
||||
port
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'sidebar',
|
||||
|
Loading…
Reference in New Issue
Block a user