大屏
This commit is contained in:
@ -87,6 +87,13 @@ export const constantRoutes = [
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/board/workshop',
|
||||
component: () => import('@/views/mes/board/workshop'),
|
||||
hidden: true,
|
||||
name: 'WorkshopBoard',
|
||||
meta: { title: '车间看板', noCache: true }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user