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
01bbbb24
Commit
01bbbb24
authored
Sep 05, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
62910a8e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
357 additions
and
1 deletion
+357
-1
hour.vue
src/components/team/hour.vue
+344
-0
index.vue
src/components/team/index.vue
+3
-1
menuList.js
src/util/menuList.js
+10
-0
No files found.
src/components/team/hour.vue
0 → 100644
View file @
01bbbb24
This diff is collapsed.
Click to expand it.
src/components/team/index.vue
View file @
01bbbb24
...
@@ -302,7 +302,9 @@
...
@@ -302,7 +302,9 @@
getData
()
{
getData
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
let
json
=
{
let
json
=
{
team
:
this
.
search
.
team
team
:
this
.
search
.
team
,
page
:
this
.
nowPage
,
limit
:
this
.
limit
}
}
getTeamApi
(
json
).
then
(
res
=>
{
getTeamApi
(
json
).
then
(
res
=>
{
if
(
Object
.
keys
(
res
).
length
&&
res
.
team_list
&&
res
.
team_list
.
page_data
)
{
if
(
Object
.
keys
(
res
).
length
&&
res
.
team_list
&&
res
.
team_list
.
page_data
)
{
...
...
src/util/menuList.js
View file @
01bbbb24
...
@@ -195,6 +195,16 @@ export default [
...
@@ -195,6 +195,16 @@ export default [
name
:
'team'
,
name
:
'team'
,
component
:
e
=>
require
([
'@/components/team'
],
e
),
component
:
e
=>
require
([
'@/components/team'
],
e
),
}
}
},
{
value
:
'小时动态'
,
routerName
:
'hour'
,
path
:
'/hour'
,
cover
:
'11-10'
,
router
:
{
path
:
'/hour'
,
name
:
'hour'
,
component
:
e
=>
require
([
'@/components/team/hour'
],
e
),
}
},
},
]
]
},
{
},
{
...
...
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