|
@@ -26,6 +26,34 @@ const home: Menu.MenuOptions = {
|
|
isLink: '',
|
|
isLink: '',
|
|
title: 'AA'
|
|
title: 'AA'
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ component: '/actionItems/index',
|
|
|
|
+ name: 'actionItemsIndex',
|
|
|
|
+ path: '/action-items/index',
|
|
|
|
+ meta: {
|
|
|
|
+ icon: '',
|
|
|
|
+ isAffix: false,
|
|
|
|
+ isFull: false,
|
|
|
|
+ isHide: false,
|
|
|
|
+ isKeepAlive: true,
|
|
|
|
+ isLink: '',
|
|
|
|
+ title: 'Action Items'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ component: '/agendaItem/index',
|
|
|
|
+ name: 'agendaItemIndex',
|
|
|
|
+ path: '/agenda-items/index',
|
|
|
|
+ meta: {
|
|
|
|
+ icon: '',
|
|
|
|
+ isAffix: false,
|
|
|
|
+ isFull: false,
|
|
|
|
+ isHide: false,
|
|
|
|
+ isKeepAlive: true,
|
|
|
|
+ isLink: '',
|
|
|
|
+ title: 'Agenda Items'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
};
|
|
};
|