Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
Project
Project
Details
Activity
Releases
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
中通客车项目
zhongtong-avi-web
Commits
99e25f73
Commit
99e25f73
authored
Sep 28, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(AVI大屏路由): 隐藏不显示的路由
parent
346933c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
monitor.js
src/router/modules/monitor.js
+4
-2
No files found.
src/router/modules/monitor.js
View file @
99e25f73
...
...
@@ -24,13 +24,15 @@ export default {
path
:
'monitorMiddleCoat'
,
component
:
()
=>
import
(
'@/views/Monitor/components/MiddleCoat'
),
name
:
'MonitorMiddleCoat'
,
meta
:
{
title
:
'MonitorMiddleCoat'
,
icon
:
'kanban'
}
meta
:
{
title
:
'MonitorMiddleCoat'
,
icon
:
'kanban'
},
hidden
:
true
},
{
path
:
'monitorComplexionPaint'
,
component
:
()
=>
import
(
'@/views/Monitor/components/ComplexionPaint'
),
name
:
'MonitorComplexionPaint'
,
meta
:
{
title
:
'MonitorComplexionPaint'
,
icon
:
'kanban'
}
meta
:
{
title
:
'MonitorComplexionPaint'
,
icon
:
'kanban'
},
hidden
:
true
}
]
}
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