|
@@ -26,34 +26,6 @@ const home: Menu.MenuOptions = {
|
|
|
isLink: '',
|
|
|
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'
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
};
|