feat(platform): frame navigation around vehicle monitoring

This commit is contained in:
lingniu
2026-07-06 04:40:17 +08:00
parent aefd34bc59
commit 77c5730e77
2 changed files with 25 additions and 6 deletions

View File

@@ -29,11 +29,11 @@ export type CustomerView = {
const navGroups = [
{
title: '实时运营',
title: '车辆监控',
audience: '客户',
description: '地图看车、在线监控、异常优先',
description: '地图看车、实时状态、异常优先',
items: [
{ itemKey: 'dashboard', text: '运营总览', icon: <IconHome /> },
{ itemKey: 'dashboard', text: '车辆总览', icon: <IconHome /> },
{ itemKey: 'map', text: '实时地图', icon: <IconMapPin /> },
{ itemKey: 'realtime', text: '实时监控', icon: <IconActivity /> }
]