diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 92365e5c8..5397b2557 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: '/redirect/:path(.*)', - name: 'Redirect', + name: 'Redirect1', component: () => import('@/views/Redirect/Redirect.vue'), meta: {} } @@ -60,7 +60,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: 'index', component: () => import('@/views/Home/Index.vue'), - name: 'Home', + name: 'Home1', meta: { title: t('router.home'), icon: 'ep:home-filled',