Jelajahi Sumber

恢复信息看板

vothin 3 tahun lalu
induk
melakukan
44b09ded13
1 mengubah file dengan 13 tambahan dan 0 penghapusan
  1. 13 0
      src/router/index.js

+ 13 - 0
src/router/index.js

@@ -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',