|
@@ -369,6 +369,19 @@ export const partRoutes = [
|
|
|
}
|
|
|
],
|
|
|
hidden: uiVersion !== 1
|
|
|
+ }, {
|
|
|
+ path: '/calling-board',
|
|
|
+ component: Layout,
|
|
|
+ redirect: '/calling-board/index',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ component: () => import('@/views/calling-board/index'),
|
|
|
+ name: 'CallingBoard',
|
|
|
+ meta: { title: i18n.t('tab.boardManage'), icon: 'el-icon-data-board', noCache: true }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ hidden: uiVersion === 2
|
|
|
},
|
|
|
{
|
|
|
path: '/ncs-event',
|