Commit 1005fa60 authored by 范骋宇's avatar 范骋宇 🇺🇸

去掉任务中心菜单

parent 3a0bc17e
......@@ -21,3 +21,6 @@ yarn.lock
.env.*
applications/architecture-dee/.env.development
applications/architecture-dee/dee.config.js
dist.7z
dist.zip
dist.rar
......@@ -15,7 +15,7 @@
>
</div>
<scroll-pane ref="scrollPane" class="tags-view-wrapper" @scroll="handleScroll">
<router-link
<!-- <router-link
v-show="!['系统管理','应用中心','安全中心','运维中心'].includes(activeModel.name) && !['dcs-qualitycenter','dcs-leanproductionkit','dcs-stockcenter'].includes(activeModel.innerName)"
ref="homeLink"
class="home tags-view-item"
......@@ -23,8 +23,7 @@
tag="span"
>
<i class="el-icon-s-home" />
</router-link>
</router-link> -->
<router-link
v-for="(tag,index) in visitedViews"
v-show="!hideTags.find(x=>x.path===tag.path)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment