|
|
@@ -35,15 +35,14 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
path: '/smart-energy-management/site-load-balancing',
|
|
|
- component: () => import('@/views/charging/ConfigureStations'),
|
|
|
- name: 'site-load-balancing',
|
|
|
+ component: () => import('@/views/charging/LoadBalance'),
|
|
|
+ name: 'view-charging-profile',
|
|
|
meta: {
|
|
|
title: 'Site Load Balancing',
|
|
|
+ breadcrumb: true,
|
|
|
icon: 'sidebar-submenu-item',
|
|
|
- activeIcon: 'sidebar-submenu-item-active',
|
|
|
- breadcrumb: true
|
|
|
- },
|
|
|
- hidden: true
|
|
|
+ activeIcon: 'sidebar-submenu-item-active'
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
path: '/smart-energy-management/charging-profiles/add',
|
|
|
@@ -78,6 +77,20 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
hidden: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/smart-energy-management/site-load-balancing/:id',
|
|
|
+ component: () => import('@/views/charging/LoadBalanceView'),
|
|
|
+ name: 'view-charging-profile',
|
|
|
+ meta: {
|
|
|
+ title: 'Detail',
|
|
|
+ activeMenu: '/smart-energy-management/site-load-balancing',
|
|
|
+ parent: {
|
|
|
+ title: 'Site Load Balancing',
|
|
|
+ path: "/smart-energy-management/site-load-balancing"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
}
|
|
|
]
|
|
|
}
|