переделана логика загрузки модели, замена страницы Объекты на другой внешний вид, добавление в меню пункта Объекты

This commit is contained in:
2026-02-03 19:00:02 +03:00
parent 458222817e
commit 5e58f6ef76
24 changed files with 3514 additions and 1161 deletions

View File

@@ -15,7 +15,8 @@ export const SIDEBAR_ITEM_MAP = {
1: { type: 'route', value: MainRoutes.DASHBOARD },
2: { type: 'route', value: MainRoutes.NAVIGATION },
8: { type: 'route', value: MainRoutes.ALERTS },
9: { type: 'route', value: MainRoutes.REPORTS }
9: { type: 'route', value: MainRoutes.REPORTS },
10: { type: 'route', value: MainRoutes.OBJECTS }
} as const
export class NavigationService {