|
|
|
@ -48,6 +48,7 @@ const globalRoutes = [ |
|
|
|
{ path: '/sopBoard', component: _import('modules/board/sopBoard'), name: 'sopBoard', meta: { title: 'SOP电视机' } }, |
|
|
|
{ path: '/biBoard', component: _import('modules/board/biBoard'), name: 'biBoard', meta: { title: 'BI报表' } }, |
|
|
|
{ path: '/vulcanization', component: _import('modules/board/VulcanizationDispatchOrder'), name: 'vulcanizationDispatchOrder', meta: { title: '硫化派工单跟踪看板' } }, |
|
|
|
{ path: '/inventory', component: _import('modules/board/partInventory'), name: 'inventory', meta: { title: '库存信息' } }, |
|
|
|
] |
|
|
|
|
|
|
|
// 主入口路由(需嵌套上左右整体布局)
|
|
|
|
|