王震
2023-12-27 b1dbfd44f6bafaa4d24e0c1c3a0f7ae548e77f60
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',