Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
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
liyang
sts网站
Commits
0434b4ca
Commit
0434b4ca
authored
Oct 09, 2023
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉多余的参数
parent
8873dc9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
ruoyi-ui/src/components/HeaderSearch/index.vue
+2
-2
No files found.
ruoyi-ui/src/components/HeaderSearch/index.vue
View file @
0434b4ca
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
},
},
// Filter out the routes that can be displayed in the sidebar
// Filter out the routes that can be displayed in the sidebar
// And generate the internationalized title
// And generate the internationalized title
generateRoutes
(
routes
,
basePath
=
'/'
,
prefixTitle
=
[]
,
query
=
{}
)
{
generateRoutes
(
routes
,
basePath
=
'/'
,
prefixTitle
=
[])
{
let
res
=
[]
let
res
=
[]
for
(
const
router
of
routes
)
{
for
(
const
router
of
routes
)
{
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
// recursive child routes
// recursive child routes
if
(
router
.
children
)
{
if
(
router
.
children
)
{
const
tempRoutes
=
this
.
generateRoutes
(
router
.
children
,
data
.
path
,
data
.
title
,
data
.
query
)
const
tempRoutes
=
this
.
generateRoutes
(
router
.
children
,
data
.
path
,
data
.
title
)
if
(
tempRoutes
.
length
>=
1
)
{
if
(
tempRoutes
.
length
>=
1
)
{
res
=
[...
res
,
...
tempRoutes
]
res
=
[...
res
,
...
tempRoutes
]
}
}
...
...
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