|
|
@@ -62,12 +62,12 @@ class MainHeader extends Component {
|
|
|
|
|
|
onFuncClick = (funcObj) => {
|
|
|
//点击图标触发
|
|
|
- if (funcObj.name === '我的订阅') {
|
|
|
- this.props.history.push('/subscribeList')
|
|
|
- } else if (funcObj.name === '我的日程') {
|
|
|
+ if (funcObj.name === '我的日程') {
|
|
|
this.props.history.push('/schedulePage')
|
|
|
} else if (funcObj.name === '我的待办') {
|
|
|
this.props.history.push('/taskTodo')
|
|
|
+ } else if (funcObj.name === '我的订阅') {
|
|
|
+ this.props.history.push('/subscribeList')
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -81,7 +81,7 @@ class MainHeader extends Component {
|
|
|
refreshMainState({
|
|
|
processCount: count,
|
|
|
})
|
|
|
- } else if (funcObj.name === '待办任务') {
|
|
|
+ } else if (funcObj.name === '我的待办') {
|
|
|
refreshMainState({
|
|
|
taskCount: count,
|
|
|
})
|