feat(platform): align customer mileage service wording

This commit is contained in:
lingniu
2026-07-06 06:19:40 +08:00
parent e847e1c7e8
commit 536d37ca9b
9 changed files with 316 additions and 316 deletions

View File

@@ -548,7 +548,7 @@ export default function App() {
`实时地图:${customerScopeURL('map', { keyword, protocol })}`,
`实时监控:${customerScopeURL('realtime', { keyword, protocol })}`,
`轨迹回放:${customerScopeURL('history', scopedFilters)}`,
`统计查询${customerScopeURL('mileage', scopedFilters)}`,
`里程统计:${customerScopeURL('mileage', scopedFilters)}`,
`数据导出:${customerScopeURL('history-query', { ...scopedFilters, tab: 'raw' })}`,
`告警通知:${customerScopeURL('alert-events', scopedFilters)}`
];