src/router/views/index.js
@@ -232,6 +232,20 @@ }] }, { path: '/statistics', component: Layout, redirect: '/statistics/index', children: [{ path: 'index', name: '数据统计', meta: { i18n: 'statistics' }, component: () => import ( /* webpackChunkName: "views" */ '@/views/statistics/statistics') }] }, { path: '/traceability', component: Layout, redirect: '/traceability/index',