// { path: '/customers', name: 'customers', component: Customers , view: false}, // 1
{
path: '/statistics', name: 'statistics', component: Statistics , view: true,
children: [
{
path: "/customers",
name: 'customers',
component: Customers,
view: true
}
]},