仓库传感器详情页
This commit is contained in:
@@ -83,6 +83,19 @@ export const constantRoutes = [
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/worn/warehouse-dashboard',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/worn/warehouseDashboard/index'),
|
||||
name: 'WarehouseDashboard',
|
||||
meta: { title: '仓库传感器看板', activeMenu: '/index' }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user