sc
This commit is contained in:
@@ -48,20 +48,33 @@ const staticRouter: AppCustomRouteRecordRaw[] = [
|
||||
visible: true,
|
||||
alwaysShow: true,
|
||||
redirect: ''
|
||||
},
|
||||
{
|
||||
icon: 'ep:data-board',
|
||||
path: 'okr-meeting',
|
||||
name: '会议管理',
|
||||
componentName: 'OkrMeeting',
|
||||
component: 'OKR/Meeting/index',
|
||||
meta: {
|
||||
title: '会议管理'
|
||||
},
|
||||
visible: true,
|
||||
alwaysShow: true,
|
||||
redirect: ''
|
||||
},
|
||||
{
|
||||
icon: 'ep:data-board',
|
||||
path: 'okr-meeting-info/:id',
|
||||
name: '会议详情',
|
||||
componentName: 'MeetingInfo',
|
||||
component: 'OKR/Meeting/MeetingInfo',
|
||||
meta: {
|
||||
title: '会议详情'
|
||||
},
|
||||
visible: false,
|
||||
alwaysShow: true,
|
||||
redirect: ''
|
||||
}
|
||||
// {
|
||||
// icon: 'ep:data-board',
|
||||
// path: 'okr-metting',
|
||||
// name: '会议管理',
|
||||
// componentName: 'OkrMetting',
|
||||
// component: 'OKR/Meeting/index',
|
||||
// meta: {
|
||||
// title: '会议管理'
|
||||
// },
|
||||
// visible: true,
|
||||
// alwaysShow: true,
|
||||
// redirect: ''
|
||||
// }
|
||||
],
|
||||
meta: {
|
||||
title: 'OKR',
|
||||
|
||||
Reference in New Issue
Block a user