|
|
|
|
@ -109,6 +109,16 @@ export const constantRoutes = [
|
|
|
|
|
component: () => import('@/views/board/board2/index'),
|
|
|
|
|
name: 'Board2',
|
|
|
|
|
meta: {title: '效率监控', icon: '404',}
|
|
|
|
|
}, {
|
|
|
|
|
path: 'board3',
|
|
|
|
|
component: () => import('@/views/board/board3/index'),
|
|
|
|
|
name: 'Board3',
|
|
|
|
|
meta: {title: '生产进度监控', icon: '404',}
|
|
|
|
|
}, {
|
|
|
|
|
path: 'board4',
|
|
|
|
|
component: () => import('@/views/board/board3/index'),
|
|
|
|
|
name: 'Board4',
|
|
|
|
|
meta: {title: '生产进度监控', icon: '404',}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'liner',
|
|
|
|
|
@ -173,6 +183,11 @@ export const constantRoutes = [
|
|
|
|
|
name: 'Week',
|
|
|
|
|
component: () => import('@/views/board/week/index'),
|
|
|
|
|
meta: {title: '综合看板', icon: 'dashboard',}
|
|
|
|
|
}, {
|
|
|
|
|
path: 'week2',
|
|
|
|
|
name: 'Week2',
|
|
|
|
|
component: () => import('@/views/board/week2/index'),
|
|
|
|
|
meta: {title: '综合看板', icon: 'dashboard',}
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|