Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
b4bdd4f3
"jshERP-web/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "f73d368965f09e88b73f25cd839cd035b5a5bf7d"
Commit
b4bdd4f3
authored
Nov 17, 2022
by
RuoYi
Browse files
开启TopNav没有子菜单隐藏侧边栏
parent
74ba681f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/components/TopNav/index.vue
View file @
b4bdd4f3
...
...
@@ -92,7 +92,9 @@ export default {
if
(
path
!==
undefined
&&
path
.
lastIndexOf
(
"
/
"
)
>
0
&&
hideList
.
indexOf
(
path
)
===
-
1
)
{
const
tmpPath
=
path
.
substring
(
1
,
path
.
length
);
activePath
=
"
/
"
+
tmpPath
.
substring
(
0
,
tmpPath
.
indexOf
(
"
/
"
));
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
false
);
if
(
!
this
.
$route
.
meta
.
link
)
{
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
false
);
}
}
else
if
(
!
this
.
$route
.
children
)
{
activePath
=
path
;
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
true
);
...
...
@@ -145,6 +147,8 @@ export default {
}
if
(
routes
.
length
>
0
)
{
this
.
$store
.
commit
(
"
SET_SIDEBAR_ROUTERS
"
,
routes
);
}
else
{
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
true
);
}
},
ishttp
(
url
)
{
...
...
Write
Preview
Supports
Markdown
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