eims-ui/apps/web-antd/src/router/routes/local.ts
@@ -129,6 +129,30 @@ } ] }, { component: 'BasicLayout', meta: { hideChildrenInMenu: true, hideInMenu: true, title: '盘点明细' }, name: 'InventoryDetail', path: '/', redirect: '/inventory/detail', children: [ { component: '/eims/inventory-detail/index', meta: { activePath: '/equ/inventory', icon: 'eos-icons:role-binding-outlined', keepAlive: true, title: '盘点明细' }, name: 'InventoryDetailIndex', path: '/inventory/detail/:inventoryId' } ] }, ]; /**