src/page/index/top/index.vue
@@ -15,7 +15,7 @@ </div> <div class="top-bar__right"> <el-tooltip <!-- <el-tooltip v-if="showLock" effect="dark" content="主题设置" @@ -23,9 +23,9 @@ <div class="top-bar__item"> <top-theme></top-theme> </div> </el-tooltip> </el-tooltip> --> <el-tooltip v-if="showLock" v-if="showLock && permissions.product_work_bench" effect="dark" content="工作台" placement="bottom"> @@ -139,6 +139,7 @@ showColor: state => state.common.showColor }), ...mapGetters([ 'permissions', 'userInfo', 'isFullScreen', 'tagWel',