Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
aa9cc19f
Commit
aa9cc19f
authored
Jun 25, 2023
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
左侧导航条层级修改
parent
51c5b5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/App.vue
src/App.vue
+3
-3
No files found.
src/App.vue
View file @
aa9cc19f
...
...
@@ -5,10 +5,10 @@
<div
class=
"container"
v-if=
"pageShow"
>
<!--
<bg-nav
:highlightParentRule=
"highlightParentRule"
:title=
"nowParent.menuName"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
-->
<bg-nav
v-if=
"nowParent
.children
"
v-if=
"nowParent"
:highlightParentRule=
"highlightParentRule"
width=
"208px"
:list=
"nowParent
.children
"
:list=
"nowParent"
v-show=
"navShow"
class=
"con-nav"
/>
<div
class=
"bg-main view"
>
...
...
@@ -86,7 +86,7 @@ export default {
},
nowParent
()
{
if
(
this
.
pageShow
&&
this
.
$store
.
state
.
userInfo
)
{
return
this
.
rowPath
?
this
.
navMenu
[
this
.
rowPath
.
slice
(
1
,
2
)
]
:
""
;
return
this
.
rowPath
?
[
this
.
navMenu
[
this
.
rowPath
.
slice
(
1
,
2
)]
]
:
""
;
}
else
{
return
""
;
}
...
...
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