feat(web): BLE 网关管理 UI — Phase 2b-1
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled

网关 CRUD 列表页(状态筛选/密钥刷新/API Key 创建展示)
+ 网关详情页(信息面板/设备绑定管理 Tab)
This commit is contained in:
iven
2026-05-04 23:47:21 +08:00
parent 438f9ca3f4
commit b6838c1bc1
5 changed files with 716 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ const routeTitleFallback: Record<string, string> = {
'/health/shifts': '班次管理',
'/health/shifts/:id': '班次详情',
'/health/medications': '药物记录',
'/health/ble-gateways': 'BLE 网关管理',
'/health/ble-gateways/:id': '网关详情',
};
function getTitleFromMenus(path: string, menus: MenuInfo[]): string | undefined {