Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
柳 佳乐
finance
Commits
3661cc3b
Commit
3661cc3b
authored
Oct 28, 2022
by
cx49085
Browse files
cover
parent
7a0d3b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/permission/role.vue
View file @
3661cc3b
...
...
@@ -162,7 +162,7 @@ export default {
title
:
route
.
meta
&&
(
route
.
menuExplain
?
`
${
route
.
meta
.
title
}
(
${
route
.
menuExplain
}
)`
:
route
.
meta
.
title
),
id
:
route
.
id
}
if
(
route
.
children
.
length
>
0
)
{
if
(
route
.
children
.
length
>
0
)
{
data
.
children
=
this
.
generateRoutes
(
route
.
children
,
data
.
path
)
}
res
.
push
(
data
)
...
...
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