This commit is contained in:
2026-03-26 11:12:48 +08:00
parent 09e0e0fb6e
commit 68cf01dd6f
15 changed files with 1743 additions and 37 deletions

View File

@ -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 }
}
]