src/router/views/index.js
@@ -222,6 +222,19 @@ component: () => import ( /* webpackChunkName: "views" */ '@/views/healthcode/healthcode') }] }, { path: '/animalHeat', component: Layout, redirect: '/animalHeat/animalHeatPage', children: [{ path: 'animalHeatPage', name: '体温检测', meta: { i18n: 'animalHeat' }, component: () => import ( /* webpackChunkName: "views" */ '@/views/animalHeat/animalHeat') }] }