Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
6cd02d93
Commit
6cd02d93
authored
Sep 19, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队概况、小时动态 [新增] 用户服务页面
parent
d8fe2550
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
12 deletions
+34
-12
menuList.js
src/util/menuList.js
+34
-12
No files found.
src/util/menuList.js
View file @
6cd02d93
...
@@ -218,10 +218,10 @@ export default [
...
@@ -218,10 +218,10 @@ export default [
},
{
},
{
value
:
'团队概况(1部)'
,
value
:
'团队概况(1部)'
,
routerName
:
'team1'
,
routerName
:
'team1'
,
path
:
'/team1'
,
path
:
'/team
/
1'
,
cover
:
'11-91'
,
cover
:
'11-91'
,
router
:
{
router
:
{
path
:
'/team1'
,
path
:
'/team
/
1'
,
name
:
'team1'
,
name
:
'team1'
,
component
:
e
=>
require
([
'@/components/team'
],
e
),
component
:
e
=>
require
([
'@/components/team'
],
e
),
meta
:
{
index
:
1
,
type
:
0
}
meta
:
{
index
:
1
,
type
:
0
}
...
@@ -229,10 +229,10 @@ export default [
...
@@ -229,10 +229,10 @@ export default [
},
{
},
{
value
:
'团队概况(2部)'
,
value
:
'团队概况(2部)'
,
routerName
:
'team2'
,
routerName
:
'team2'
,
path
:
'/team2'
,
path
:
'/team
/
2'
,
cover
:
'11-92'
,
cover
:
'11-92'
,
router
:
{
router
:
{
path
:
'/team2'
,
path
:
'/team
/
2'
,
name
:
'team2'
,
name
:
'team2'
,
component
:
e
=>
require
([
'@/components/team'
],
e
),
component
:
e
=>
require
([
'@/components/team'
],
e
),
meta
:
{
index
:
2
,
type
:
5
}
meta
:
{
index
:
2
,
type
:
5
}
...
@@ -240,21 +240,32 @@ export default [
...
@@ -240,21 +240,32 @@ export default [
},
{
},
{
value
:
'团队概况(3部)'
,
value
:
'团队概况(3部)'
,
routerName
:
'team3'
,
routerName
:
'team3'
,
path
:
'/team3'
,
path
:
'/team
/
3'
,
cover
:
'11-93'
,
cover
:
'11-93'
,
router
:
{
router
:
{
path
:
'/team3'
,
path
:
'/team
/
3'
,
name
:
'team3'
,
name
:
'team3'
,
component
:
e
=>
require
([
'@/components/team'
],
e
),
component
:
e
=>
require
([
'@/components/team'
],
e
),
meta
:
{
index
:
3
,
type
:
6
}
meta
:
{
index
:
3
,
type
:
6
}
}
}
},
{
value
:
'团队概况(用户)'
,
routerName
:
'teamservice'
,
path
:
'/team/service'
,
cover
:
'11-90'
,
router
:
{
path
:
'/team/service'
,
name
:
'teamservice'
,
component
:
e
=>
require
([
'@/components/team'
],
e
),
meta
:
{
index
:
1
,
type
:
2
}
}
},
{
},
{
value
:
'小时动态(1部)'
,
value
:
'小时动态(1部)'
,
routerName
:
'hour1'
,
routerName
:
'hour1'
,
path
:
'/hour1'
,
path
:
'/hour
/
1'
,
cover
:
'11-101'
,
cover
:
'11-101'
,
router
:
{
router
:
{
path
:
'/hour1'
,
path
:
'/hour
/
1'
,
name
:
'hour1'
,
name
:
'hour1'
,
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
meta
:
{
index
:
1
,
type
:
0
}
meta
:
{
index
:
1
,
type
:
0
}
...
@@ -262,10 +273,10 @@ export default [
...
@@ -262,10 +273,10 @@ export default [
},
{
},
{
value
:
'小时动态(2部)'
,
value
:
'小时动态(2部)'
,
routerName
:
'hour2'
,
routerName
:
'hour2'
,
path
:
'/hour2'
,
path
:
'/hour
/
2'
,
cover
:
'11-102'
,
cover
:
'11-102'
,
router
:
{
router
:
{
path
:
'/hour2'
,
path
:
'/hour
/
2'
,
name
:
'hour2'
,
name
:
'hour2'
,
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
meta
:
{
index
:
2
,
type
:
5
}
meta
:
{
index
:
2
,
type
:
5
}
...
@@ -273,14 +284,25 @@ export default [
...
@@ -273,14 +284,25 @@ export default [
},
{
},
{
value
:
'小时动态(3部)'
,
value
:
'小时动态(3部)'
,
routerName
:
'hour3'
,
routerName
:
'hour3'
,
path
:
'/hour3'
,
path
:
'/hour
/
3'
,
cover
:
'11-103'
,
cover
:
'11-103'
,
router
:
{
router
:
{
path
:
'/hour3'
,
path
:
'/hour
/
3'
,
name
:
'hour3'
,
name
:
'hour3'
,
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
meta
:
{
index
:
3
,
type
:
6
}
meta
:
{
index
:
3
,
type
:
6
}
}
}
},
{
value
:
'小时动态(用户)'
,
routerName
:
'hourservice'
,
path
:
'/hour/service'
,
cover
:
'11-100'
,
router
:
{
path
:
'/hour/service'
,
name
:
'hourservice'
,
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
meta
:
{
index
:
1
,
type
:
2
}
}
},
},
]
]
},
{
},
{
...
...
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