Commit 01bbbb24 authored by 赵茹林's avatar 赵茹林

update

parent 62910a8e
This diff is collapsed.
......@@ -302,7 +302,9 @@
getData() {
this.loading = true;
let json = {
team: this.search.team
team: this.search.team,
page: this.nowPage,
limit: this.limit
}
getTeamApi(json).then(res => {
if (Object.keys(res).length && res.team_list && res.team_list.page_data) {
......
......@@ -195,6 +195,16 @@ export default [
name: 'team',
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),
}
},
]
}, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment