@ -55,7 +55,9 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: Layout,
redirect: (to) => ({ path: '/index', query: to.query }),
name: 'Root',
meta: {},
meta: {
hidden: true
},
children: [
{
path: 'index',
@ -64,6 +66,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: t('router.home'),
icon: 'ep:home-filled',
hidden: true,
noCache: false,
affix: true
}