feat(platform): align customer mileage service wording
This commit is contained in:
@@ -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)}`
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user