diff --git a/src/router/index.js b/src/router/index.js index ae862fbd..cdaa5c32 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -92,11 +92,6 @@ const routes = [ path: '/i18n', component: () => import('@/views/administration/I18n') }, - { - name: 'Chart', - path: '/chart', - component: () => import('@/views/administration/Chart') - }, { path: '/detectionsNew', component: () => import('@/views/detectionsNew/Index')