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