Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
beiligong-web-base
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
范骋宇
beiligong-web-base
Commits
1005fa60
Commit
1005fa60
authored
Jun 16, 2026
by
范骋宇
🇺🇸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉任务中心菜单
parent
3a0bc17e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+3
-0
index.vue
...architecture-dee/src/layout/components/TagsView/index.vue
+2
-3
No files found.
.gitignore
View file @
1005fa60
...
@@ -21,3 +21,6 @@ yarn.lock
...
@@ -21,3 +21,6 @@ yarn.lock
.env.*
.env.*
applications/architecture-dee/.env.development
applications/architecture-dee/.env.development
applications/architecture-dee/dee.config.js
applications/architecture-dee/dee.config.js
dist.7z
dist.zip
dist.rar
applications/architecture-dee/src/layout/components/TagsView/index.vue
View file @
1005fa60
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
>
>
</div>
</div>
<scroll-pane
ref=
"scrollPane"
class=
"tags-view-wrapper"
@
scroll=
"handleScroll"
>
<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)"
v-show=
"!['系统管理','应用中心','安全中心','运维中心'].includes(activeModel.name) && !['dcs-qualitycenter','dcs-leanproductionkit','dcs-stockcenter'].includes(activeModel.innerName)"
ref=
"homeLink"
ref=
"homeLink"
class=
"home tags-view-item"
class=
"home tags-view-item"
...
@@ -23,8 +23,7 @@
...
@@ -23,8 +23,7 @@
tag="span"
tag="span"
>
>
<i
class=
"el-icon-s-home"
/>
<i
class=
"el-icon-s-home"
/>
</router-link>
</router-link>
-->
<router-link
<router-link
v-for=
"(tag,index) in visitedViews"
v-for=
"(tag,index) in visitedViews"
v-show=
"!hideTags.find(x=>x.path===tag.path)"
v-show=
"!hideTags.find(x=>x.path===tag.path)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment