仓库传感器详情页

This commit is contained in:
2026-04-15 14:23:34 +08:00
parent 8b2f021cbe
commit 538b695830
3 changed files with 1096 additions and 6 deletions

View File

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