|
|
|
|
@ -50,26 +50,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
|
|
noTagsView: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: '/',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// redirect: '/index',
|
|
|
|
|
// name: 'Home',
|
|
|
|
|
// meta: {},
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: 'index',
|
|
|
|
|
// component: () => import('@/views/Home/Index.vue'),
|
|
|
|
|
// name: 'Index',
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: t('router.home'),
|
|
|
|
|
// icon: 'ep:home-filled',
|
|
|
|
|
// noCache: false,
|
|
|
|
|
// affix: true
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/index',
|
|
|
|
|
name: 'Root',
|
|
|
|
|
meta: {},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
component: () => import('@/views/Home/Index.vue'),
|
|
|
|
|
name: 'Index',
|
|
|
|
|
meta: {
|
|
|
|
|
title: t('router.home'),
|
|
|
|
|
icon: 'ep:home-filled',
|
|
|
|
|
noCache: false,
|
|
|
|
|
affix: true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/user',
|
|
|
|
|
component: Layout,
|
|
|
|
|
|