首页inner环境免登录

main
liutao 2 weeks ago
parent 6a12257073
commit d4736907b1

@ -84,6 +84,8 @@ const whiteList = [
] ]
const homePublicAccessWhiteList = [ const homePublicAccessWhiteList = [
'/',
'/index',
'/iot/report/dashboardPage/Dashboard8', '/iot/report/dashboardPage/Dashboard8',
'/iot/report/dashboardPage/Dashboard1', '/iot/report/dashboardPage/Dashboard1',
'/iot/report/dashboardPage/Dashboard3', '/iot/report/dashboardPage/Dashboard3',

@ -50,26 +50,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
noTagsView: true 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', path: '/user',
component: Layout, component: Layout,

Loading…
Cancel
Save