Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
60f5402b
authored
2023-01-17 14:33:50 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:菜单
1 parent
0c37d5ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/layout/components/Sidebar/sidebarLeft.vue
src/layout/components/Sidebar/sidebarLeft.vue
View file @
60f5402
<
template
>
<el-menu
router
:default-active=
"activeMenu"
m
enu-trigger=
"click"
m
ode=
"horizontal"
>
<el-menu
router
:default-active=
"activeMenu"
mode=
"horizontal"
>
<!-- 权限菜单 -->
<sidebar-item
v-for=
"route in permission_routes.slice(1, 4)"
:key=
"route.path"
:item=
"route"
:base-path=
"route.path"
/>
...
...
Please
register
or
sign in
to post a comment