Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
9de23a92
Commit
9de23a92
authored
Jan 04, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整菜单
parent
1541e6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
107 additions
and
6 deletions
+107
-6
index.js
src/router/index.js
+107
-6
No files found.
src/router/index.js
View file @
9de23a92
...
...
@@ -628,9 +628,110 @@ export const powerRoutes=[
}
]
},
/*非常规作业*/
{
path
:
'/dailyb'
,
component
:
'Layout'
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'nrtm'
,
meta
:
{
title
:
"日常管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
905100000
},
children
:
[
/*{
component:'daily/nrtm/index',
hidden:false,
meta:{
"title": "非常规作业类型维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":905100100,
},
name:'nrtm',
path:"nrtm"
},*/
{
component
:
'daily/nros/index'
,
hidden
:
false
,
meta
:{
"title"
:
"非常规作业标准"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905100200
,
},
name
:
'nros'
,
path
:
"nros"
},
/* 日常管理*/
]
},
/*履职管理*/
{
path
:
'/dailyc'
,
component
:
'Layout'
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'classification'
,
meta
:
{
title
:
"日常管理"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
905200000
},
children
:
[
{
component
:
'daily/classification/index'
,
hidden
:
false
,
meta
:{
"title"
:
"履职分类"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905200100
,
},
name
:
'classification'
,
path
:
"classification"
},
{
component
:
'daily/maintenanceDuty/index'
,
hidden
:
false
,
meta
:{
"title"
:
"履职报告标准维护"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905200200
,
},
name
:
'maintenanceDuty'
,
path
:
"maintenanceDuty"
},
{
component
:
'daily/duty/index'
,
hidden
:
false
,
meta
:{
"title"
:
"履职任务"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905200400
,
},
name
:
'duty'
,
path
:
"duty"
},
{
component
:
'daily/performanceReport/index'
,
hidden
:
false
,
meta
:{
"title"
:
"履职报告填写"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905200500
,
},
name
:
'performanceReport'
,
path
:
"performanceReport"
},
]
},
/* 日常管理*/
/*{
path: '/daily',
component: 'Layout',
hidden: false,
...
...
@@ -664,7 +765,7 @@ export const powerRoutes=[
// name:'holdCertificate',
// path:"holdCertificate"
// },
{
/!*
{
component:'daily/nrtm/index',
hidden:false,
meta:{
...
...
@@ -689,7 +790,7 @@ export const powerRoutes=[
},
name:'nros',
path:"nros"
},
},
*!/
// {
// component:'daily/nroa/index',
// hidden:false,
...
...
@@ -716,7 +817,7 @@ export const powerRoutes=[
// name:'hotWorkApp',
// path:"hotWorkApp"
// },
{
/!*
{
component:'daily/classification/index',
hidden:false,
meta:{
...
...
@@ -767,7 +868,7 @@ export const powerRoutes=[
},
name:'performanceReport',
path:"performanceReport"
},
},
*!/
{
component:'daily/wxzyfl/index',
hidden:false,
...
...
@@ -823,7 +924,7 @@ export const powerRoutes=[
]
},
},
*/
/* 培训管理*/
{
path
:
'/train'
,
...
...
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