Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7c267850
authored
2025-02-14 15:28:08 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
c85b71a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
src/layouts/components/Tabbar/index.vue
src/layouts/components/Tabbar/index.vue
View file @
7c26785
...
...
@@ -45,25 +45,13 @@ watch(
}
}
// isExist.length == 0 && list.push(newRouter);
// list.map(item => {
// if (combPath == 'app-scenes') {
// item.visible = item.fullPath == '/'
// } else {
// if (item.fullPath.split('/')?.[1] != combPath) {
// item.visible = false
// } else {
// item.visible = true
// }
// }
// })
list
.
map
(
item
=>
{
item
.
fullPath
=
decodeURIComponent
(
item
.
fullPath
);
})
tabbarList
.
value
=
list
;
tabbarActive
.
value
=
decodeURIComponent
(
newRouter
.
fullPath
);
userStore
.
setTabbar
(
tabbarList
.
value
);
userStore
.
setActiveTabbar
(
combPath
,
newRouter
.
fullPath
);
// nextTick(() => {
// setTabVisible()
// })
},
{
immediate
:
true
}
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment